Click or drag to resize

ICalendarFolderAsyncSupportedComponentTypes Property

IT Hit WebDAV Classes Reference
Gets a calendar component types (e.g., VEVENT, VTODO, etc.) that calendar object resources can contain in the calendar collection.

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

IEnumerable<CalendarComponentType> SupportedComponentTypes { get; }

Property Value

Type: IEnumerableCalendarComponentType
Remarks
More details at http://tools.ietf.org/html/rfc4791#section-5.2.3
See Also