Skip to main content
All docs
V19.2

MVCxSchedulerStorage.CreateOutlookExportSynchronizer() Method

For internal use. Calls the method of the same name for the base class.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public override AppointmentExportSynchronizer CreateOutlookExportSynchronizer()

Returns

Type Description
AppointmentExportSynchronizer

A DevExpress.XtraScheduler.Exchange.AppointmentExportSynchronizer object which allows MS Outlook’s Calendar to be synchronized with the data in storage.

See Also