Hi
If i set some resources in “Location calendars to sync” option in caldav preferences, in iphone client cant add event directly to this calendars, because it detect as read-only shared calendar.
In groupdav.php at resource informations “current-user-privilege-set” property shows this:
<D:privilege>
<D:write-content />
</D:privilege>
The resource ACL is set to writable and Thunderbird first calendar sync shows this resources as read-only calendars, but i can change read-only switch, after that i’m able to add events directly.
The resources that are writable should look like this in groupdav? :
<D:privilege>
<D:read-current-user-privilege-set />
</D:privilege>
<D:privilege>
<D:read />
</D:privilege>
<D:privilege>
<D:write-properties />
</D:privilege>
<D:privilege>
<D:bind />
</D:privilege>
<D:privilege>
<D:write-content />
</D:privilege>
Can you help with this?
Is there any solution to connect resource calendars directly for event creation? We need this to achieve room reservation display.
Thank you!