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

ConflictDetectedEventArgs.Event Property

Provides access to a Google Event associated with this conflict.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

Assembly: DevExpress.XtraScheduler.v19.1.GoogleCalendar.dll

Declaration

public Event Event { get; }

Property Value

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

A Google Event associated with this conflict.

See Also