Version

Minimum Required Settings for Using the xamSchedule Components

For the xamSchedule components to be functional, you need to configure some of their properties to certain required settings.

Following is a list of the required settings, broken down by control, component, and entity type.

Controls’ Properties

Components’ Properties

The ListScheduleDataConnector exposes multiple ItemsSource properties (e.g. AppointmentItemsSource) that are used to obtain the information from which the schedule entity objects will be created. Also, for each ItemsSource property there is a corresponding PropertyMappings property (e.g. AppointmentPropertyMappings) that is used to define how the information on the data objects from the items source maps to properties on the corresponding schedule entity.

The following is a list of the various ItemsSource properties with information about when/if they are required.

The ExchangeScheduleDataConnector connects directly to an Exchange Server to manage schedule data for one or more users. The following is the list of the properties that are required for the connection with details on how to be configured:

Entity Types’ Properties

For each entity type (i.e. Resource, ResourceCalendar, Appointment, Task, Journal), certain properties are required. Some properties are always required; others are required if specific functionality is to be supported. Below is a list of the required properties per entity type; the PropertyMappings for all of them must be specified:

Please see the " Mapping Fields in Your Backend Data Source" topic for a comprehensive listing of the fields and tips on how they should be defined in the data source.