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

MVCxICalendarExportSettings.AppointmentExported Property

Occurs after an AppointmentExporter class or its descendant exports an appointment to iCalendar file or to MS Outlook Calendar storage.

Namespace: DevExpress.Web.Mvc

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

Declaration

public AppointmentExportedEventHandler AppointmentExported { get; set; }

Property Value

Type Description
AppointmentExportedEventHandler

A AppointmentExportedEventHandler delegate method allowing you to implement custom processing.

Property Paths

You can access this nested property as listed below:

Object Type Path to AppointmentExported
MVCxSchedulerExportSettings
.ICalendar.AppointmentExported

Remarks

Handle the AppointmentExported event for AppointmentExporter descendants when implementing appointment export.

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