The Unknown or bad timezone exception in ICalDissect is now caught.
This may cause some events to be parsed with the wrong timezone if
the timezone is unknown (e.g. Microsoft timezone format).
Note: This only affected non-composer installations with ICalDissect. sabre/vobject is NOT affected.
Exception : DateTimeZone::__construct(): Unknown or bad timezone ("W. Europe Standard Time")
/Resources/Private/Php/ICalDissect/src/JMBTechnologyLimited/ICalDissect/ICalEvent.php:139
/Resources/Private/Php/ICalDissect/src/JMBTechnologyLimited/ICalDissect/ICalEvent.php:68
/Resources/Private/Php/ICalDissect/src/JMBTechnologyLimited/ICalDissect/ICalParser.php:88
The
Unknown or bad timezone
exception in ICalDissect is now caught. This may cause some events to be parsed with the wrong timezone if the timezone is unknown (e.g. Microsoft timezone format).Note: This only affected non-composer installations with ICalDissect.
sabre/vobject
is NOT affected.Fixes #645