Skip to main content
All docs
V23.2

Outlook365CalendarMergeEventArgs.TargetSchedulerAppointment Property

Gets or sets the target appointment.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

public Appointment TargetSchedulerAppointment { get; set; }

Property Value

Type Description
Appointment

The appointment.

See Also