Open
Description
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)
<plugin name="cordova-plugin-calendar" spec="5.1.6">
<variable name="CALENDAR_USAGE_DESCRIPTION" value="Export hours to calendar" />
</plugin>
<edit-config target="NSCalendarsUsageDescription" file="*-Info.plist" mode="merge">
<string>Synchronize planning with calendar</string>
</edit-config>
window.plugins.calendar.listCalendars(openCalendarsListSuccess, openCalendarsListError);
I get openCalendarsListSuccess response, but the calendars list is empty.
Metadata
Metadata
Assignees
Labels
No labels