SchedulerDataStorage.CreateOutlookImporter() Method
Creates an object which allows you to control how data is imported from MS Outlook’s Calendar.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Returns
Type | Description |
---|---|
AppointmentImporter | An AppointmentImporter object which can import data from MS Outlook’s Calendar. |
Remarks
You can import data from Outlook’s Calendar via the SchedulerDataStorage.ImportFromOutlook method.
Use the CreateOutlookImporter method to control how appointments are retrieved from MS Outlook’s Calendar. Call this method to create an AppointmentImporter object, and subscribe to its events to control import operations.
Note
For data synchronization use the AppointmentSynchronizer class descendant instead. It is created by SchedulerDataStorage.CreateOutlookImportSynchronizer method. Refer to Synchronization with Microsoft Outlook article for more information.