The BusyIndicator property returns or sets a pattern string for rendering the indicator bar for a busy time period. Read/write.
objCalendarView.BusyIndicator
String
The BusyIndicator property contains the rendering for the indicator bar for a busy time slot. The indicator bar is the thin vertical column between the time column and the appointments table.
BusyIndicator applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.
The default value of the BusyIndicator property is
<td rowspan=%apptlength% colspan=1 bgcolor=0000ff width=%percentwidth%> </td>
For more information on substitution tokens, see the RenderUsing property of the Pattern object.