Calendar-PhoneGap-Plugin
Calendar-PhoneGap-Plugin copied to clipboard
:date: Cordova plugin to Create, Change, Delete and Find Events in the native Calendar
In our Ionic 2 app in one of the view user can add a particular event to the native Calendar. The issue is when initially it tries to access the...
Fixes permission requests in iOS 17. Allows write only calendar access to be requested.
We've already had a number of issues but been able to put some ugly hacks in place due to relative lack of maintenance. I am just wondering about the plans...
Added support for iOS 17 and a fix for the issue described here: https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin/issues/565 For the fix to work you need to make sure you ask for permissions in `deviceready`...
Hello, i installed the last XCode 15 on Ventura (ios min version 11) / iOS 17 / [email protected] Plugin don't crash but don't show any calendar. I get the warning...
# Description For some reason, it seems like I don't have access to the Calendar on iOS. I added 'Privacy - Calendars Usage Description' to Info.plist, so this shouldn't be...
Hi! I'm using this plugin on apple only. Is it possible to detect if a calendar obtained from listCalendars is from google or from icloud?
Support for iOS 17 which has a different implementation for calendar access levels (Read [Apple technotes](https://developer.apple.com/documentation/technotes/tn3152-migrating-to-the-latest-calendar-access-levels) for details) This version actually awaits the dialog before it returns Do not forget...
It should be possible to use `createEventInteractively` and other related methods with write permissions only from iOS 17 up: https://developer.apple.com/documentation/eventkit/accessing_calendar_using_eventkit_and_eventkitui#4250784