Summary | "Add to my calendar" does not work with non-standard timezones |
Queue | Horde Groupware Webmail Edition |
Queue Version | 5.0.4 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | janne.peltonen (at) helsinki (dot) fi |
Created | 05/15/2013 (4434 days ago) |
Due | |
Updated | 05/15/2013 (4434 days ago) |
Assigned | |
Resolved | 05/15/2013 (4434 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Bug 11688State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ "Add to my calendar" does not work with non-standard timezones
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
Outlook, with TZID, say, "FLE", and click "Add to my calendar" ,I get
the error DateTimeZone:__construct(): Unknown or bad timezone. And
well, so it should: the time zones that DateTimeZone knows about can
be looked up from php.net, and they don't contain the "FLE" time zone.
On the other hand, if I save the attached ICS file in the invitation
(containing the TZ info) and Import it into Kronolith, everything
works perfectly.
Is it possible for the code that implements the "Add to my calendar"
functionality should use the same code as the ICS file importing code?