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

ICalendarExporter.GetAppointmentItemForeignId Event

Occurs before an ICalendarExporter retrieves information about a foreign ID of an appointment, i.e., its identifier in a third-party scheduler application with which the appointment data are exchanged.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v21.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 exported.

See Also