mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//Test//Test//EN
|
|
BEGIN:VEVENT
|
|
UID:weekly-001@test
|
|
DTSTART:20260101T100000Z
|
|
DTEND:20260101T110000Z
|
|
SUMMARY:Weekly Team Meeting
|
|
RRULE:FREQ=WEEKLY;BYDAY=TH;COUNT=10
|
|
LOCATION:Room B
|
|
STATUS:CONFIRMED
|
|
END:VEVENT
|
|
END:VCALENDAR
|