Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxSchedulerStorage.CreateOutlookExporter() Method

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public override AppointmentExporter CreateOutlookExporter()

Returns

Type Description
AppointmentExporter

An AppointmentExporter object which can export data to MS Outlook’s Calendar.

See Also