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.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIComponentList<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:
IComponentListIFreeBusy
Remarkshttp://tools.ietf.org/html/rfc5545#section-3.6.4
See Also