Summary | Events show up at different times in differnet caldav clients |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Duplicate |
Priority | 3. High |
Owners | |
Requester | mehmet (at) giritli (dot) eu |
Created | 07/05/2013 (4386 days ago) |
Due | |
Updated | 07/05/2013 (4386 days ago) |
Assigned | |
Resolved | 07/05/2013 (4386 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Bug #12428State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Events show up at different times in differnet caldav clients
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
information I got from him:
DTSTART;TZID=Europe/Athens:20111117T200000Z
DTEND;TZID=Europe/Athens:20111117T204501Z
That's an ambiguous time zone specification. There is a "Z" which means
"UTC", but there is a TZID that specifies another time zone too.
That's a bug in Horde.
I guess the event is meant to start at 20:00 CET. In that case these
line should look like
DTSTART;TZID=Europe/Athens:20111117T200000
DTEND;TZID=Europe/Athens:20111117T204501