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
Public Enumeration AppleAllowedSharingMode
public enum class AppleAllowedSharingMode
type AppleAllowedSharingMode
Members
| Member name | Value | Description |
---|
| CanBeShared | 0 |
Indicates that the calendar collection can be shared.
|
| CanBePublished | 1 |
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