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
Public Enumeration CalendarComponentType
public enum class CalendarComponentType
type CalendarComponentType
Members
| Member name | Value | Description |
---|
| VEVENT | 0 |
Event calendar component.
|
| VTODO | 1 |
To-do calendar component.
|
Remarks
For more details see: http://tools.ietf.org/html/rfc4791#section-5.2.3
See Also