[Chandler-dev] Network operations for a "subscribe"
Brian Moseley
bcm at osafoundation.org
Tue Dec 5 14:59:39 PST 2006
On 12/5/06, Morgen Sagen <morgen at osafoundation.org> wrote:
> How do other CalDAV clients deal with this? Is it just assumed that
> you have read-write permission?
caldav servers are required to support webdav acl, so a client could
theoretically use that to determine permissions. if one or both of the
participants don't support acl enough for this to happen, then i
presume the client has to resort to a trick like the one you've used.
you might consider putting a dummy event resource into the calendar
rather than creating a subcollection. of course, for this to work, the
calendar collection must support events (which you can verify by
checking the CALDAV:supported-calendar-component-set property).
More information about the chandler-dev
mailing list