You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I called listCalendar and show it. to the user, who then select one of it to create an event using createEventWithOptions
In Android, the event may be created in the local calendar if the. calendarId belongs to a calendar that is read only.
In IOS, I get an error saying "The calendar is read only." But the event can be created if I use createEvent.
It looks to be like the API knows which calendar to create the event, but I couldn't get any clue from the current api. How can I exclude the read only calendars when I present it to the user?
The text was updated successfully, but these errors were encountered:
________________________________
From: nxz91 ***@***.***>
Sent: Wednesday, January 4, 2023 8:33:43 PM
To: EddyVerbruggen/Calendar-PhoneGap-Plugin ***@***.***>
Cc: Yew Mun ***@***.***>; Mention ***@***.***>
Subject: Re: [EddyVerbruggen/Calendar-PhoneGap-Plugin] Cannot create event. as calendar is readonly. (#545)
@yewmun-ec<https://github.com/yewmun-ec> have you been able to make this work?
—
Reply to this email directly, view it on GitHub<#545 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK26WZQ3RXA4CY6CKDPBNW3WQVU2PANCNFSM4WNWLGEQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify the system manager.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please notify the system manager.
I called listCalendar and show it. to the user, who then select one of it to create an event using createEventWithOptions
In Android, the event may be created in the local calendar if the. calendarId belongs to a calendar that is read only.
In IOS, I get an error saying "The calendar is read only." But the event can be created if I use createEvent.
It looks to be like the API knows which calendar to create the event, but I couldn't get any clue from the current api. How can I exclude the read only calendars when I present it to the user?
The text was updated successfully, but these errors were encountered: