FreeBusy Property
Specifies the times when the calendar owner is free or busy.
Syntax
[VB.NET] Public ReadOnlyProperty FreeBusy As CalFreeBusyList
[C#] public CalFreeBusyList FreeBusy {get;}
Remarks
This property may contain free/busy information in response to a GetFreeBusyReport request or after either a GetCalendarReport or a GetCalendarEvent request. In the latter case, this property will only contain data when the EventType is vFreeBusy.
This property is read-only.