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.