CalendarKit "Calendar App" would like to access your calendar , authorization pop-up not working

123 views Asked by At

Testing the CalendarApp sample code https://github.com/richardtop/CalendarApp 1.1.17 Xcode 15.0.1

Built and attached to IOS 17 on iPhone 13, however the events don't populate.

Error (1,013) in reply block for CADDatabaseFetchCalendarItemsWithPredicate attempt 1/3 Type: Error | Timestamp: 2023-11-05 10:04:50.540960-08:00 | Library: EventKit | Subsystem: com.apple.eventkit | Category: EventKit | TID: 0x13304d

Thanks J

The app does load in the viewcontroller, but the permission to access calendar pop-up next shows up.

1

There are 1 answers

0
Richard Topchii On

The issue is due to transition to the newer iOS 17+ API: TN3152: Migrating to the latest Calendar access levels

The CalendarApp has been updated: Update to iOS 17 EventKit API, #7, feel free to use the app starting with version 2.6.0