Skip to main content
All docs
V23.2

Outlook365CalendarMergeEventArgs.OutlookEvent Property

Gets a source event in a user calendar or the default calendar in Outlook365.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

public Event OutlookEvent { get; }

Property Value

Type Description
Microsoft.Graph.Event

The event.

See Also