FreeBusinessCell Property (CalendarView Object)

The FreeBusinessCell property returns or sets a pattern string for rendering a free time slot during business hours. Read/write.

Syntax

objCalendarView.FreeBusinessCell

Data Type

String

Remarks

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 and

<td align=right bgcolor=c0c0c0 height=8 width=50%><b><font size=2>%daylabel%</font></b></td> 
 

for a weekly view. For more information on substitution tokens, see the RenderUsing property of the Pattern object.