Releases: GitToTheHub/cordova-plugin-calendar-2
Releases · GitToTheHub/cordova-plugin-calendar-2
Release 5.1.8
Android
- Calendar.js: Add default
accountNametogetCreateCalendarOptionsandgetCalendarOptions
iOS
- Readme: Document
Contacts usage description - Fix XCode warnigns:
- Set defaults for
CALENDAR_USAGE_DESCRIPTIONandCONTACTS_USAGE_DESCRIPTIONif you didn't set something when adding the plugin.- XCode would otherwise complain about an empty calendar or contacts usage description
- Calendar.m: Use
[UIApplication openURL:options:completionHandler:]inopenCalendar.[UIApplication openURL:]was used before and is deprecated since iOS 10
- Calendar.m: Use
self->foreventStorein background thread- Fixes warning:
Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
- Fixes warning:
- Set defaults for
Common
- Readme: Cleanup formatting and code examples
Release 5.1.7
Android
- Account name can be set in the createCalendarOptions. If not set, the app name will used as account name.
- In the previous version the account name was just "AccountName". If you upgrade to this version and created a calendar with the previous plugin version, the new account name will be used, if you first delete your calendar and create it again.
iOS
- Updated iOS Plugin to support IOS 17 by #fitmama-nl
Common
- Removed obsolete Windows platform