TheAlmightyBob / Calendars

Cross-platform calendar API plugin for Xamarin and Windows
MIT License
101 stars 23 forks source link

CanEditCalendar may be a lie on iOS #35

Closed TheAlmightyBob closed 7 years ago

TheAlmightyBob commented 7 years ago

Apparently just because the default iOS calendar app does not allow editing a calendar does not mean that it cannot be edited via API. Probably need to be mapping the "Immutable" property rather than "AllowsContentModifications."

Case in point being "US Holidays." That cannot be renamed in the Calendars app, but it can via EventKit. (so it is inappropriate to report CanEditCalendar as false)