Skip to content

XCode 15 [email protected] : Calendars list returns nothing #565

Open
@hooliapps

Description

@hooliapps

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions