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>
19 lines
281 B
Plaintext
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
|