Use this to control certain display functions of the calendar.
Example:
<CalendarConfig>
<Config>
<ViewType>Year</ViewType>
<EventBarShow>False</EventBarShow>
<Width>50%</Width>
</Config>
</CalendarConfig>
The background color of the calendar.
The color of the calendar border.
The style of the calendar border.
Options:
NotSet - The border style is not set
None - No border
Dotted - A dotted line
Dashed - A dashed line
Solid - A solid line
Double - A solid double line
Groove - A grooved border for a sunken border appearance
Ridge - A ridged border for a raised border appearance
Inset - An inset border for a sunken control appearance
Outset - An outset border for a raised control appearance
The width of the calendar border.
Sets the span type of a calendar item when there isnt enough
room to display all the text of the
calendar item.
Options:
Multiline Wrap text
Overflowed Do not wrap text
The cell padding of the calendar.
The cell spacing of the calendar.
The end hour of the work day.
The start hour of the work day.
When enabled, allows drill-down from Year to Month to Day.
The color of the Event Bar when empty.
The color of the event time within the Event Bar.
When enabled, displays the Event Bar above each Calendar Item.
First day of the week displayed within Work Week view.
Options:
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
When enabled, displays the calendar items in bold.
When enabled, displays the calendar items in italics.
Sets the name of the font used within a calendar item. This
comes from the font names in
Windows Server 2003.
When enabled, places a line above a calendar item.
Sets the size of the font used within a calendar item.
When enabled, places a line through a calendar item.
When enabled, places a line beneath a calendar item.
Sets the font color.
The height of the calendar in either pixels or percentage. If the value is measured as a percentage, place a % symbol after the value (e.g., 50%). If the value is measures in pixels, simply specify the value (e.g., 50).
The maximum height of each calendar item, including line wraps.
The maximum number items displayed within the Month and Year view for each day or month.
When enabled, merges events with the same Title, Start Date, and End Date.
The interval of minutes used within a Week and Day view. This must be multiple of 60. The default is 30 and will show 2 tick marks.
Sets the start date shown in a Month view.
Text used to denote that there are more items beyond the
maximum displayed in a Year and Month
view.
Sets the highlighted date.
The width of a task item displayed within the Task view.
Controls the interval of days displayed within the Task view.
Options:
Month Show interval of days by Month
Week Show interval of days by Week
When enabled, shows a shadow for each calendar item.
The default view type shown when users view the calendar.
Options:
YearView - Indicates year view
MonthView - Indicates month view
WeekView - Indicates week view, vertical format
WorkWeekView - Indicates work week view, vertical format
WeekView2 - Indicates week view, two columns format
DayView - Indicates day view
TaskView - Indicates task view
Sets the height in pixels of the weekday cell used in a Work Week view.
Sets the amount of weeks displayed within each month.
Controls the width in pixels and percentage of the Calendar. If the value is measured as a percentage, place a % symbol after the value (e.g., 50%). If the value is measures in pixels, simply specify the value (e.g., 50).
Sets the starting month displayed within a Year view.
Controls the field mapping of required fields to data coming from the external XML source.
Example:
<DataConfig>
<Data>
<DataTextField>Title</DataTextField>
<DataStartDateField>Start Time</DataStartDateField>
<DataEndDateField>End Time</DataEndDateField>
<DataColorField>Color</DataColorField>
<DataDescriptionField>Description</DataDescriptionField>
<DataLinkField>URL</DataLinkField>
<DataRecurrenceField>Recurrence</DataRecurrenceField>
</Data>
</DataConfig>
The name of the column used to represent a calendar item in a specific color.
The name of the column used to display a description for a calendar item. This is only presented when a user hovers over the calendar item.
The name of the column used as the End Date for a calendar item.
The name of the column used to link a calendar item.
The name of the SharePoint Event list column that manages the recurrence. The XML from this column will be parsed, and recurring events will be created and displayed within the calendar using the previous elements.
The name of the column used as the Start Date for a calendar item.
The name of the column used to display a calendar item.
When a SharePoint Event List Recurring item is collected and rendered, the calendar items for the recurring item will only go back as far as the amount of days entered in the property. This removes unneeded recurring events displayed in the past, increasing page performance.
Default: -180