Skip to main content

ICalendarImporter.GetAppointmentItemForeignId Event

Occurs before the ICalendarImporter retrieves information about a foreign ID of an appointment, i.e., its identifier in a third-party scheduler application from which the appointment data is imported.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public event ExchangeAppointmentItemEventHandler GetAppointmentItemForeignId

Event Data

The GetAppointmentItemForeignId event's data class is DevExpress.Xpf.Scheduling.ExchangeAppointmentItemEventArgs.

Remarks

Handle the GetAppointmentItemForeignId event when implementing appointment synchronization with a custom application to obtain and modify the foreign ID for the appointment being imported.

See Also