Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase.ExportToOutlook() Method

Exports the data in the storage to the MS Outlook calendar.

Namespace: DevExpress.XtraScheduler

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

Declaration

void ExportToOutlook()

Remarks

Use the SchedulerStorageBase.CreateOutlookExporter method if you need to control how appointments are posted to the MS Outlook’s Calendar. Call this method to create an AppointmentExporter object and subscribe to its events to control export operations.

See Also