CalDAVClient
CalDAVClient copied to clipboard
Simple CALDAV client for PHP, tested with iCloud
Hi any documentation on how to connect to a remote CalDAV server? any code sample?
Hello @smarcet thanks for this nice package. As others have noted (e.g. #21 and #22) to be really useful it need some updates here and there. If you have no...
Hi there, You're package has `sabre/uri at 1.2` and `sabre/xml at 1.5`. Is there a reason why? For both there is a way newer 2.x release. As my project uses...
This pull request add support to change which requests are issued. It does this by allowing you to inject a different implementation of the (new) ICalDAVRequestFactory into the CalDAVRequestFactory, thereby...
unit tests need a refactoring, bc they can run individually code its making assumption that run from start to end.
This allows the user to retrieve all the objects in the calendar.
Principals can have subprincipals (calendar-proxy-read and calendar-proxy-write) in which case more than one CalendarHomeResponse is returned. This pull request provides code to deal with that.
Adds calendar-color prop in GetCalendarsRequest for iCloud caldav