-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
iCal calendar sync is missing the VTIMEZONE component, specifying the system timezone, so meeting times are not adjusted into local users' timezones. (https://www.rfc-editor.org/rfc/rfc5545#section-3.6.5)
BEGIN:VTIMEZONE
TZID:America/New_York
LAST-MODIFIED:20050809T050000Z
BEGIN:STANDARD
DTSTART:20071104T020000
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20070311T020000
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
END:DAYLIGHT
END:VTIMEZONE
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working