aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/calendar-sync-api
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/calendar-sync-api')
-rw-r--r--tests/fixtures/calendar-sync-api/accepted-with-conference.json19
-rw-r--r--tests/fixtures/calendar-sync-api/all-day-multi.json8
-rw-r--r--tests/fixtures/calendar-sync-api/all-day-single.json7
-rw-r--r--tests/fixtures/calendar-sync-api/declined-recurring.json15
4 files changed, 49 insertions, 0 deletions
diff --git a/tests/fixtures/calendar-sync-api/accepted-with-conference.json b/tests/fixtures/calendar-sync-api/accepted-with-conference.json
new file mode 100644
index 00000000..63d4e0be
--- /dev/null
+++ b/tests/fixtures/calendar-sync-api/accepted-with-conference.json
@@ -0,0 +1,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"}
+ ]
+ }
+}
diff --git a/tests/fixtures/calendar-sync-api/all-day-multi.json b/tests/fixtures/calendar-sync-api/all-day-multi.json
new file mode 100644
index 00000000..96d9e0ed
--- /dev/null
+++ b/tests/fixtures/calendar-sync-api/all-day-multi.json
@@ -0,0 +1,8 @@
+{
+ "id": "fjamsabuds9porc82vh8r7tsl4",
+ "summary": "SOFWeek — Tampa",
+ "location": "Tampa, FL",
+ "start": {"date": "2026-05-17"},
+ "end": {"date": "2026-05-22"},
+ "status": "confirmed"
+}
diff --git a/tests/fixtures/calendar-sync-api/all-day-single.json b/tests/fixtures/calendar-sync-api/all-day-single.json
new file mode 100644
index 00000000..99d2a2a2
--- /dev/null
+++ b/tests/fixtures/calendar-sync-api/all-day-single.json
@@ -0,0 +1,7 @@
+{
+ "id": "2jn8q2k837d2v29alsvcfqljek_20260519",
+ "summary": "Home",
+ "start": {"date": "2026-05-19"},
+ "end": {"date": "2026-05-20"},
+ "status": "confirmed"
+}
diff --git a/tests/fixtures/calendar-sync-api/declined-recurring.json b/tests/fixtures/calendar-sync-api/declined-recurring.json
new file mode 100644
index 00000000..fad6a862
--- /dev/null
+++ b/tests/fixtures/calendar-sync-api/declined-recurring.json
@@ -0,0 +1,15 @@
+{
+ "id": "4lu91bb3spgmru2bfndh0a4rrk_20260519T160000Z",
+ "summary": "STRATFI/FR Standup/IPM/Grooming",
+ "start": {"dateTime": "2026-05-19T12:00:00-04:00", "timeZone": "America/Los_Angeles"},
+ "end": {"dateTime": "2026-05-19T13:00:00-04:00", "timeZone": "America/Los_Angeles"},
+ "status": "confirmed",
+ "organizer": {"email": "ryan@deepsat.com"},
+ "attendees": [
+ {"email": "nerses@deepsat.com", "responseStatus": "accepted"},
+ {"email": "ryan@deepsat.com", "responseStatus": "declined", "organizer": true},
+ {"email": "craig.jennings@deepsat.com", "responseStatus": "declined", "self": true,
+ "comment": "Out of office for SOFWeek (Tampa) through Friday 5/22."}
+ ],
+ "hangoutLink": "https://meet.google.com/suw-ornf-iuv"
+}