Platform SDK: CDO 1.2.1 |
The FreeBusinessCell property returns or sets a pattern string for rendering a free time slot during business hours. Read/write.
objCalendarView.FreeBusinessCell
String
The FreeBusinessCell property applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.
The default value of the FreeBusinessCell property is
<td rowspan=%apptlength% colspan=%apptwidth% bgcolor=ffffff valign=top align=left width=%percentwidth%><br></td>
for a daily view. For a weekly view, use the WeeklyHeadingCell property.
For more information on substitution tokens, see the RenderUsing property of the Pattern object.