diff --git a/calendar.test.js b/calendar.test.js index 619fe75..2c13a74 100644 --- a/calendar.test.js +++ b/calendar.test.js @@ -66,8 +66,8 @@ describe('Calendar Merging API', () => { linkGroupName: 'Time Based Calendar', calendars: [ { - url: loadCalendarFile(`San_Francisco_Public_Holidays.ics`), - prefix: 'San_Francisco_Public_Holidays', + url: loadCalendarFile(`other_work.ics`), + prefix: 'other_work', override: false, }, { diff --git a/test_calendars/other_work.ics b/test_calendars/other_work.ics new file mode 100644 index 0000000..1ba5c5d --- /dev/null +++ b/test_calendars/other_work.ics @@ -0,0 +1,32 @@ +BEGIN:VCALENDAR +PRODID:-//Google Inc//Google Calendar 70.9054//EN +VERSION:2.0 +CALSCALE:GREGORIAN +METHOD:PUBLISH +X-WR-CALNAME:other work +X-WR-TIMEZONE:Africa/Nairobi +BEGIN:VEVENT +DTSTART:20241001T183000Z +DTEND:20241001T193000Z +DTSTAMP:20241104T123219Z +UID:5rplp3qqvjadm1bc210un9po2l@google.com +CREATED:20241001T194435Z +LAST-MODIFIED:20241001T194435Z +SEQUENCE:0 +STATUS:CONFIRMED +SUMMARY:calmerge +TRANSP:OPAQUE +END:VEVENT +BEGIN:VEVENT +DTSTART:20241010T173000Z +DTEND:20241010T183000Z +DTSTAMP:20241104T123219Z +UID:58f1gf5cbp8k1du2chiufuo510@google.com +CREATED:20241010T123352Z +LAST-MODIFIED:20241010T123352Z +SEQUENCE:0 +STATUS:CONFIRMED +SUMMARY:to do +TRANSP:OPAQUE +END:VEVENT +END:VCALENDAR