forked from ryanmwangi/CalMerger
update other offline calendar for time based events
This commit is contained in:
parent
4d58b51458
commit
f67594e072
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue