|
RDOFreeBusySlot is represents a
free/busy slot in the published free/busy info. Note that it does not
necessarily correspond to a particular appointment: overlapping or adjacent
appointments can be represented by a single slot.
Returned by:
RDOFreeBusyRange.Item
|
Derived from:
IDispatch
|
|
Properties |
|
BusyStatus |
rdoBusyStatus, read-only.
Returns the free/busy kind of the slot:
olFree = 0
olTentative = 1
olBusy = 2
olOutOfOffice = 3
|
|
End |
DateTime, Read-only. Returns
the end date and time of the slot.
|
|
Start |
DateTime, Read-only. Returns
the start date and time of the slot.
|
|
|