calcurse-edge/test/data/ical-007.ical
Lars Henriksen d8c1c48e78 Support import of time zones (RFC 5545)
The property parameter time zone identifier (TZID) is recognized in DTSTART,
DTEND and EXDATE and the DATE-TIME value converted to a local time. The time
zone identifier is logged in the note file.

Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
2020-06-13 10:56:15 -04:00

19 lines
281 B
Plaintext

BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
SUMMARY:Local time
DTSTART:20150223T110000
DURATION:PT1H
END:VEVENT
BEGIN:VEVENT
SUMMARY:UTC
DTSTART:20150223T110000Z
DURATION:PT1H
END:VEVENT
BEGIN:VEVENT
SUMMARY:CET
DTSTART;TZID=CET:20150223T110000
DURATION:PT1H
END:VEVENT
END:VCALENDAR