I was looking for available options of integrating my web application events with iCloud calendar.
I was thinking about web API provided by Apple to do the job, but my search ended with 2 options only:
1- CALDAV, which requires storage of client applie id and password in my database 2- iOS app, which is not feasible for me in the tome being.
Is there a method of integration with the iCloud calendar using more secure and safe method like oAuth (even through caldav protocol)?