wvrzel / simpleCalDAV

A simple php CalDAV-Client library. Connect, create, change, delete... easy to use
GNU General Public License v2.0
116 stars 60 forks source link

CalDAV delegation. #15

Closed sagarzt closed 8 years ago

sagarzt commented 8 years ago

I have used simpleCalDAV php library to get the users calendars and calendar collections owned by the principal but no luck. I have followed CalDAV delegation steps (http://sabre.io/dav/caldav-proxy/) to Manually giving users access to other accounts and using the findCalendars() method I have getting only users calendar not group member calendar. Please guide me where I wrong or which step I missed. Typically I just want to calendar list which user owned as well as his group members calendars, So please help me to fix this.

Thanks in advance.