Skip to main content
All docs
V19.2

MVCxSchedulerStorage.CreateOutlookImporter() 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 AppointmentImporter CreateOutlookImporter()

Returns

Type Description
AppointmentImporter

An AppointmentImporter object which can import data from MS Outlook’s Calendar.

See Also