Version

RecurringAppointmentItemsSource Property

Specifies the data source where the recurring appointments are stored.
Syntax
'Declaration
 
Public Property RecurringAppointmentItemsSource As IEnumerable
public IEnumerable RecurringAppointmentItemsSource {get; set;}
Remarks

RecurringAppointmentItemsSource specifies the data source where the recurring appointments are stored. This is optional. If not specified then the recurring appointments will be stored in the data source specified by AppointmentItemsSource. If specified then the recurring appointments, including variances, will be stored in this data source.

Note that if this data source is specified then all the appointments in the AppointmentItemsSource will be assumed to be non-recurring appointments. In other words it's not allowed for both the AppointmentItemsSource and RecurringAppointmentItemsSource data sources to contain recurring appointments.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also