Files
integrations/test/local_calendar/sample.ics
T

20 lines
434 B
Plaintext

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//homeassistant.io//local_calendar 1.0//EN
BEGIN:VEVENT
UID:maintenance-2030@example.test
SUMMARY:Future Maintenance
DTSTART:20300102T030405Z
DTEND:20300102T040506Z
DESCRIPTION:Replace filters
LOCATION:Utility Room
END:VEVENT
BEGIN:VEVENT
UID:holiday-2030@example.test
SUMMARY:All Day Holiday
DTSTART;VALUE=DATE:20300105
DTEND;VALUE=DATE:20300106
RRULE:FREQ=YEARLY;COUNT=2
END:VEVENT
END:VCALENDAR