bitfireAT / ical4android

Allows usage of iCalendar files with the Android calendar provider
GNU General Public License v3.0
19 stars 10 forks source link

Ignore custom VTIMEZONEs that can't be properly handled by ical4j #96

Closed rfc2822 closed 1 year ago

rfc2822 commented 1 year ago

Hopefully closes #94

The key is that it doesn't accept the VTIMEZONE updates that break ical4j. If such an update arrives from the iCalendar parser, it's ignored so that the default VTIMEZONE for the respective TZID remains active and calculations use the default time zone.