OzzyCzech / icalparser

Simple ical parser for PHP
https://ozana.cz
BSD 3-Clause "New" or "Revised" License
59 stars 22 forks source link

freepbx ical parser error outlook.com calendar #27

Closed geert-branswijck closed 6 years ago

geert-branswijck commented 6 years ago

The timezones used by outlook.com 's ical files aren't supported so it seems.

DateTimeZone::__construct(): Unknown or bad timezone ((UTC+01:00) Amsterdam\, Berlin\, Bern\, Rome\, Stockholm\, Vienna) File:/var/www/html/admin/modules/calendar/vendor/om/icalparser/src/IcalParser.php:252

drewpc commented 6 years ago

I've had the same problem with Office365/Outlook generating really odd timezone names. I have some fixes in PR #29, but it's mixed in with other fixes for recurring events.

This is a duplicate of #5.