Hello, We are developing an app that coordinate meetings that needs to sync icalendar events with our app. We used EventKit and it is working fine on an apple device, but we also need to sync the data from the server (NodeJs) to be able to sync events even when the user doesn't open our app.
How can we do so ?
I found that we can sync using icloud and using "App-specific password" https://support.apple.com/en-us/HT204397
Some apps made by developers other than Apple ask you to sign in with your Apple ID, so that the app can access information like mail, contacts, and calendars that you store in iCloud.
but I can't find an official documentation for the API. Can you please provide me with the API documentation or help me with an alternative.
Thanks