Ektron CMS400.Net Reference
The Web Calendar server control code looks like this.
<cms:WebCalendar ID="webcalendar" runat="server" DynamicParameter="calendar_id" DisplayType="Day">
<DataSource>
<cms:CalendarDataSource defaultId="724" sourceType="SystemCalendar" />
</DataSource>
</cms:WebCalendar>
The two parts of the WebCalendar Server Control are:
cms:WebCalendar Server Control. See Also: Web Calendar Server Control Properties
cms:CalendarDataSource, located inside the WebCalendar tags. See Also: Web Calendar DataSource Properties