Click or drag to resize

IAppleCalendarAsyncAllowedSharingModes Property

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

Namespace:  ITHit.WebDAV.Server.CalDav
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
IEnumerable<AppleAllowedSharingMode> AllowedSharingModes { get; }

IEnumerable<AppleAllowedSharingMode> AllowedSharingModes { get; }

Property Value

Type: IEnumerableAppleAllowedSharingMode
Remarks
http://svn.calendarserver.org/repository/calendarserver/CalendarServer/trunk/doc/Extensions/caldav-sharing.txt (Section 5.5.2)
See Also