Skip to content

iCal does not include Timezones #188

@BigSnicker

Description

@BigSnicker

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions