Share via


BusyCell Property (CalendarView Object)

BusyCell Property (CalendarView Object)

Important  The Collaboration Data Objects (CDO) 1.2.1 Rendering objects are not installed by or supported for use with Exchange Server 2003 or later.

The BusyCell property returns or sets a pattern string for rendering an appointment. Read/write.

Syntax

objCalendarView.BusyCell

Data Type

String

Remarks

The BusyCell property is used to specify rendering information for AppointmentItem objects. The BusyCell property applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.

The default value of the BusyCell property is

  <td rowspan=%apptlength% colspan=%apptwidth% bgcolor=ffffff valign=top align=left width=%percentwidth%>%value%</td>
 

for a daily view. For a weekly view, use the WeeklyAppointmentCell property.

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

See Also

Concepts

CalendarView Object