Spaces:
Paused
Paused
File size: 3,027 Bytes
204c58c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | {
"tenant_id": "providence_ri",
"source": "https://www.downtownprovidence.com/event-calendar/",
"notes": "This calendar includes events hosted in the Downtown Providence district such as arts festivals, concerts, markets, and holiday events. All event times are in ISO 8601 UTC format.",
"event_categories": [
"arts_and_entertainment",
"holiday_celebrations_outdoor",
"markets_and_fairs_outdoor",
"community_events"
],
"how_to_access": {
"general": "Users can visit the event site to explore upcoming downtown events. Penny provides personalized recaps.",
"calendar_link": "https://www.downtownprovidence.com/event-calendar/"
},
"events": [
{
"event_id": "PVD_HOLI_1214",
"name": "Holiday Lights Market",
"description": "A festive evening with artisan vendors, food trucks, and holiday lights in the heart of Providence. Primarily an outdoor event.",
"start_time": "2025-12-14T16:00:00Z",
"end_time": "2025-12-14T21:00:00Z",
"location": {
"name": "Burnside Park",
"address": "Kennedy Plaza, Providence, RI 02903",
"latitude": 41.8252,
"longitude": -71.4116
},
"category": "holiday_celebrations_outdoor",
"url": "https://www.downtownprovidence.com/event-calendar/",
"is_paid": false
},
{
"event_id": "PVD_COMM_1222",
"name": "Skate in the Park",
"description": "Outdoor ice skating open to all ages. Rentals available on-site. Hot cocoa included! Event is weather dependent.",
"start_time": "2025-12-22T10:00:00Z",
"end_time": "2025-12-22T22:00:00Z",
"location": {
"name": "Alex and Ani City Center (Outdoor Rink)",
"address": "2 Kennedy Plaza, Providence, RI 02903",
"latitude": 41.8252,
"longitude": -71.4095
},
"category": "community_events",
"url": "https://www.downtownprovidence.com/event-calendar/",
"is_paid": true
},
{
"event_id": "PVD_MARKET_0111",
"name": "Downtown Makers Market",
"description": "Support local artists and small businesses at this monthly pop-up market in the city center. Held in temporary indoor/tented structures.",
"start_time": "2026-01-11T11:00:00Z",
"end_time": "2026-01-11T16:00:00Z",
"location": {
"name": "Fulton Street",
"address": "15 Fulton St, Providence, RI 02903",
"latitude": 41.8247,
"longitude": -71.4099
},
"category": "markets_and_fairs_outdoor",
"url": "https://www.downtownprovidence.com/event-calendar/",
"is_paid": false
}
]
} |