mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 17:11:17 +00:00
21 lines
405 B
Plaintext
21 lines
405 B
Plaintext
|
|
BEGIN:VCALENDAR
|
||
|
|
VERSION:2.0
|
||
|
|
PRODID:-//Test//Test//EN
|
||
|
|
BEGIN:VEVENT
|
||
|
|
UID:weekly-exc-001@test
|
||
|
|
DTSTART:20260101T140000Z
|
||
|
|
DTEND:20260101T150000Z
|
||
|
|
SUMMARY:Standup
|
||
|
|
RRULE:FREQ=WEEKLY;BYDAY=TH;COUNT=8
|
||
|
|
STATUS:CONFIRMED
|
||
|
|
END:VEVENT
|
||
|
|
BEGIN:VEVENT
|
||
|
|
UID:weekly-exc-001@test
|
||
|
|
RECURRENCE-ID:20260115T140000Z
|
||
|
|
DTSTART:20260115T160000Z
|
||
|
|
DTEND:20260115T170000Z
|
||
|
|
SUMMARY:Standup (rescheduled)
|
||
|
|
STATUS:CONFIRMED
|
||
|
|
END:VEVENT
|
||
|
|
END:VCALENDAR
|