OOFIndicator Property (CalendarView Object)

The OOFIndicator property returns or sets a pattern string for rendering the indicator bar for an out-of-office (OOF) time period. Read/write.

Syntax

objCalendarView.OOFIndicator

Data Type

String

Remarks

The OOFIndicator property contains the rendering for the indicator bar for an out-of-office time slot. The indicator bar is the thin vertical column between the time column and the appointments table.

OOFIndicator applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.

The default value of the OOFIndicator property is

<td rowspan=%apptlength% colspan=1 bgcolor=660066 width=%percentwidth%>&nbsp;</td> 
 

For more information on substitution tokens, see the RenderUsing property of the Pattern object.