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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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.