Closed jonas0b1011001 closed 10 months ago
convertToZone(ICAL.TimezoneService.get('UTC'))
obviously does not work reliably
Is there an open bug for this on the ICAL.js repo? Or are we just behind?
We actually are a version behind, the issue however seems to be a known limitation, the readme states:
The stock ical.js does not register any timezones, due to the additional size it brings. If you'd like to do timezone conversion, and the timezone definitions are not included in the respective ics files, you'll need to use ical.timezones.js or its minified counterpart.
convertToZone(ICAL.TimezoneService.get('UTC'))
obviously does not work reliably. Replaced with custom calculation/conversion.addEventsToCalendar = false