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

MVCxICalendarImportSettings.AppointmentImporting Field

Occurs before an AppointmentImporter class or its descendant imports an appointment to an iCalendar file or to MS Outlook Calendar storage.

Namespace: DevExpress.Web.Mvc

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

Declaration

public AppointmentImportingEventHandler AppointmentImporting

Field Value

Type
AppointmentImportingEventHandler

Remarks

Handle the AppointmentImporting event for AppointmentImporter descendants when implementing appointment import. It enables you to decide what to do if conflicting items are found, and select which appointments should be imported.

To learn more about iCalendar support, refer to the corresponding iCalendar Support article.

See Also