summaryrefslogtreecommitdiff
path: root/cypress/fixtures/eventData.json
blob: a38ccf2b884ded226bf64f689032503e87cb11eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "eventName": "Your Event Name",
    "eventLocation": "Event Location",
    "timezone": "America/New York",
    "eventDescription": "Event Description",
    "eventURL": "https://example.com",
    "hostName": "Your Name",
    "creatorEmail": "test@example.com",
    "eventGroupCheckbox": false,
    "interactionCheckbox": true,
    "joinCheckbox": true,
    "maxAttendeesCheckbox": true,
    "maxAttendees": 10,
    "eventStart": "2030-01-01T00:00",
    "eventEnd": "2030-01-01T01:00"
}