-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XCode 15 [email protected] : Calendars list returns nothing #565
Comments
I have the same issue. When fetching all calendars by There is a default calendar set and the app has full access to the calendars. |
Fix for this problem can be found in this PR: #566 |
Thanks a lot i will test asap. |
I confirm that your solution + JS code work perfectly without changing anything in cordova.xml I just need to changed my code to call your functions. Tested on XCode 15 / iOS 17 / iPhone 13 Pro Max. Not tested on any other version or XCode. |
For the record, the cause of this are likely the changes in iOS 17 highlighted here. For those using Capacitor, you might need to add |
The README states that for iOS10+ you need to provide a reason in the plist. |
I've created a new pull request to address some of the issues. Thanks @kallewangstedt for your original pull request which mine is based on. My pull request also allows write only access to be requested for the calendar. However, this does create a potential issue where requests might fail if the following is done in this order:
I don't actually know how to write Objective C, so I would do a proper review and tests of my pull request. I could solve the above issue if someone can explain the following to me: Why is e.g.
And not others?
Is this a bug, or a deliberate choice for some reason? |
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 message "accept or not", but after list is empty.
Do you have any idea please ? (Worked since long time)
window.plugins.calendar.listCalendars(openCalendarsListSuccess, openCalendarsListError);
I get openCalendarsListSuccess response, but the calendars list is empty.
The text was updated successfully, but these errors were encountered: