aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/calendar-sync-api/accepted-with-conference.json
blob: 63d4e0be2ed2c89df65f1cc24db7b663993707a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": "6hh36pj364sjibb161i3gb9kckr32bb161hjebb671hjcp9g6so68ob5c8",
  "summary": "Breakout: Machine Speed, Human Will",
  "location": "Marriott Water Street: Florida Salon V - VI / Breakout Room 2",
  "start": {"dateTime": "2026-05-19T14:45:00-04:00", "timeZone": "America/New_York"},
  "end":   {"dateTime": "2026-05-19T15:45:00-04:00", "timeZone": "America/New_York"},
  "description": "AI's role in the future of special operations.<br/><br/>Bring your laptop.",
  "status": "confirmed",
  "organizer": {"email": "eric@deepsat.com", "displayName": "Eric Bell"},
  "attendees": [
    {"email": "craig.jennings@deepsat.com", "responseStatus": "accepted", "self": true},
    {"email": "eric@deepsat.com", "responseStatus": "accepted", "organizer": true}
  ],
  "conferenceData": {
    "entryPoints": [
      {"entryPointType": "video", "uri": "https://meet.google.com/abc-defg-hij"}
    ]
  }
}