WebCalendar

The WebCalendar server control displays Ektron calendars. See also: Working with Calendars.

NOTE: On a PageBuilder page, use the Calendar widget to insert a calendar.

The following code example shows the WebCalendar server control.

 <cms:WebCalendar ID="webcalendar" runat="server"        
  DynamicParameter="calendar_id" DisplayType="Day">

      <DataSource>
    <cms:CalendarDataSource defaultId="724"sourceType="SystemCalendar"/>
  </DataSource>
</cms:WebCalendar>