ICalendar2Events Property
IT Hit WebDAV Classes Reference
Gets a list of events associated with this calendar object.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IComponentList<IEvent> Events { get; }
ReadOnly Property Events As IComponentList(Of IEvent)
Get
property IComponentList<IEvent^>^ Events {
IComponentList<IEvent^>^ get ();
}
abstract Events : IComponentList<IEvent> with get
Property Value
Type:
IComponentListIEventRemarks https://tools.ietf.org/html/rfc5545#section-3.6.1
See Also