[sabredav] Re: Read only calendars in custom backend

2014-09-15 Thread Evert Pot
Hi Laoneo, It's possible in CalDAV to specify a different set of privileges, but SabreDAV does not have a standard way to do this with the CalDAV backends, and I'm also not 100% certain if this would be correctly reflected in clients such as iOS. If you're interested in the experiment, you

Re: [sabredav] Re: Read only calendars in custom backend

2014-09-15 Thread Allon Moritz
I've removed the write permission in the Sabre\CalDAV\Calendar::getACL() function (getClientACL() didn't exist) and I couldn't create/edit/delete events from the CalDAV calendars in iOS. On Mon, Sep 15, 2014 at 4:24 PM, Evert Pot evert...@gmail.com wrote: Hi Laoneo, It's possible in CalDAV to

Re: [sabredav] Re: Read only calendars in custom backend

2014-09-15 Thread Evert Pot
Hi Laoneo, On Monday, September 15, 2014 6:33:35 PM UTC+1, Laoneo wrote: I've removed the write permission in the Sabre\CalDAV\Calendar::getACL() function (getClientACL() didn't exist) and I couldn't create/edit/delete events from the CalDAV calendars in iOS. So what happens exactly...