Closed jamal-deen-EB closed 7 years ago
This is most likely a difference in the calendars you are using, not a difference in platforms. You can check the CanEditEvents property of the calendar before calling AddOrUpdateEventsAsync on it.
Simply adding to the first calendar in the list of calendars is probably not what you want...
I have added the NuGet plugin into my Xamrin Forms project. I could add the events into my
Android
default googlecalendar
mobile app, but when I run the same code intoiOS
project it is showing the below exception inPlugin.Calendars.Abstractions.PlatformException: The calendar is read only. ---> Foundation.NSErrorException: Exception of type 'Foundation.NSErrorException' was thrown.
in these lines.