Helo,
my aim is to install Radicale (https://radicale.org/) and create a CalDav calendar and CardDAV vCard.
My problem is that I don't know how to handle this in PHP. My aim is to:
- get all dates from CalDAV calendar
- insert a new date to CalDAV calendar, if it doesn't exists
- insert a new contact to CardDav vCard, if it doesn't exists
Is there a CalDAV/CardDAV library in PHP, which can achieve this?
Thank you!
Comments
Post a Comment