Click or drag to resize

AppleAllowedSharingMode Enumeration

IT Hit WebDAV Classes Reference
Indicates which sharing or publishing capabilities are supported by the calendar collection.

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public enum AppleAllowedSharingMode
Members
  Member nameValueDescription
CanBeShared0 Indicates that the calendar collection can be shared.
CanBePublished1 Indicates that the calendar collection can be published.
Remarks
http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing.txt (Section 5.5.2)
See Also