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

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.v19.2.dll

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