Platform SDK: CDO 1.2.1

DailyEventCell Property (CalendarView Object)

The DailyEventCell property returns or sets a pattern string for rendering an event. Read/write.

Syntax

objCalendarView.DailyEventCell

Data Type

String

Remarks

The DailyEventCell property is used to specify rendering information for individual events when the RenderEvents method is called. The DailyEventCell property applies only when the Mode property of the calendar view contains CdoModeCalendarDaily.

The default value of the DailyEventCell property is

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

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