Skip to main content

ConflictDetectedEventArgs.Event Property

Provides access to a Google Event associated with this conflict.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

Declaration

public Event Event { get; }

Property Value

Type Description
Google.Apis.Calendar.v3.Data.Event

A Google Event associated with this conflict.

See Also