Click or drag to resize

CalendarComponentType Enumeration

IT Hit WebDAV Classes Reference
Specifies the 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: 13.3.13068
Syntax
public enum CalendarComponentType
Members
  Member nameValueDescription
VEVENT0 Event calendar component.
VTODO1 To-do calendar component.
Remarks
For more details see: http://tools.ietf.org/html/rfc4791#section-5.2.3
See Also