mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
13 lines
236 B
Plaintext
13 lines
236 B
Plaintext
|
|
BEGIN:VCALENDAR
|
||
|
|
VERSION:2.0
|
||
|
|
PRODID:-//Test//Test//EN
|
||
|
|
BEGIN:VEVENT
|
||
|
|
UID:daily-allday-001@test
|
||
|
|
DTSTART;VALUE=DATE:20260112
|
||
|
|
DTEND;VALUE=DATE:20260113
|
||
|
|
SUMMARY:Daily Reminder
|
||
|
|
RRULE:FREQ=DAILY;COUNT=7
|
||
|
|
STATUS:CONFIRMED
|
||
|
|
END:VEVENT
|
||
|
|
END:VCALENDAR
|