ICalendar2FreeBusy Property
IT Hit WebDAV Classes Reference
Gets a list of free/busy time components, describe a response to a request for free/busy time,
or describe a published set of busy time.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IComponentList<IFreeBusy> FreeBusy { get; }
ReadOnly Property FreeBusy As IComponentList(Of IFreeBusy)
Get
property IComponentList<IFreeBusy^>^ FreeBusy {
IComponentList<IFreeBusy^>^ get ();
}
abstract FreeBusy : IComponentList<IFreeBusy> with get
Property Value
Type:
IComponentListIFreeBusyRemarks http://tools.ietf.org/html/rfc5545#section-3.6.4
See Also