weddingsite/lib/events.json
2021-06-03 17:58:40 -07:00

69 lines
1.7 KiB
JSON

[
{
"name": "Wedding Practicing",
"date": "Sunday, June 2nd, 2030",
"start": "",
"end": "",
"venueName": "",
"attire": "",
"description": "Rehearsal & Rehearsal Dinner",
"openToAll": false,
"showSchedule": false,
"scheduleEvents": []
},
{
"name": "Wedding Saying Hello",
"date": "Sunday, June 2nd, 2030",
"start": "9:00 PM",
"end": "",
"venueName": "",
"attire": "",
"description": "Come hang out with us and say hi! Location TBD",
"openToAll": true,
"showSchedule": false,
"scheduleEvents": []
},
{
"name": "Wedding Saying I Do",
"date": "Monday, June 3rd, 2030",
"start": "5:00 PM",
"end": "11:00 PM",
"venueName": "<div><h4>Central Park New York, NY, USA</h4></div>",
"attire": "",
"description": "",
"openToAll": true,
"showSchedule": false,
"scheduleEvents": [
{
"name": "Ceremony",
"start": "5:00 PM",
"end": "",
"venueName": "<div><h4>Central Park New York, NY, USA</h4></div>"
},
{
"name": "Cocktail Hour",
"start": "5:30 PM",
"end": "",
"venueName": "<div><h4>Central Park New York, NY, USA</h4></div>"
},
{
"name": "Dinner, Dancing, Dessert",
"start": "7:00 PM",
"end": "",
"venueName": "<div><h4>Central Park New York, NY, USA</h4></div>"
}
]
},
{
"name": "Wedding Saying Goodbye",
"date": "Tuesday, June 4th, 2030",
"start": "",
"end": "",
"venueName": "",
"attire": "",
"description": "Farewell Brunch",
"openToAll": false,
"showSchedule": false,
"scheduleEvents": []
}
]