taalhavras / ucal

a martian calendar
53 stars 6 forks source link

Handle x-wr-timezone while importing ics files #77

Closed taalhavras closed 2 years ago

taalhavras commented 2 years ago

x-wr-timezone is a nonstandard prop used to specify a default timezone for a calendar. Previously when importing from ics files we'd ignore this and end up with UTC timezones set for most events if a calendar uses this prop. Now we'll properly default the timezones for events to whatever the x-wr-timezone is for the imported calendar.

While we're here, also