Platform SDK: CDO 1.2.1

WeeklyAppointmentCell Property (CalendarView Object)

The WeeklyAppointmentCell property returns or sets a pattern string for rendering an appointment in a weekly view. Read/write.

Syntax

objCalendarView.WeeklyAppointmentCell

Data Type

String

Remarks

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

The default value of the WeeklyAppointmentCell property is

  <td rowspan=%daylength% bgcolor=ffffff valign=top align=left height=24><font size=2>%value%</font></td> 
 

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