Skip to main content

MVCxICalendarImportSettings.AppointmentImported Field

Occurs after 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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public AppointmentImportedEventHandler AppointmentImported

Field Value

Type
AppointmentImportedEventHandler

Remarks

Handle the AppointmentImported event for AppointmentImporter descendants when implementing appointment import.

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

For more information on data exchange with the MS Outlook calendar, review the Synchronization with Microsoft Outlook article.

See Also