Is there any way that I can integrate apple calendar in my website to add, edit or delete event using api or any sdk in php?
Calendar Integration
Hi @team
Any updates?
Thank You.
Any updates?
Thank You.
You can communicate with the iCloud calendar servers using the CalDAV protocol. There's a lot of information online about this protocol and probably a PHP library implementing it.