Skip to main content

ISchedulerStorageBase.ImportFromOutlook() Method

Imports data from MS Outlook’s Calendar to the scheduler’s storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

void ImportFromOutlook()

Remarks

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.

See Also