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