TheAlmightyBob / Calendars

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

Reminders #57

Closed TheAlmightyBob closed 6 years ago

TheAlmightyBob commented 6 years ago

Resolves #2

Reminders are now retrieved/updated as part of CalendarEvent.

AddEventReminderAsync still works (and now has tests) but is deprecated in favor of just using AddOrUpdateEventAsync to add/remove/modify reminders. It also no longer returns a bool and no longer considers the reminder argument optional (small breaking change... it never returned anything but true and a new CalendarEventReminder has the same default values as were used if null was provided).

Also some extra general refactoring, especially on Android.