Back to Devexpress

SchedulerDataStorage.CreateOutlookImporter() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-4067936b.md

latest2.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public AppointmentImporter CreateOutlookImporter()
vb
Public Function CreateOutlookImporter As AppointmentImporter

Returns

TypeDescription
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.

See Also

CreateOutlookExporter()

ImportFromOutlook()

ImportFromVCalendar

Synchronization with Microsoft Outlook

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace