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

ConflictDetectedEventArgs.GoogleEventIsValid Property

Gets or sets whether the DXGoogleCalendarSync should copy a Google Event data into a Scheduler Appointment.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

Declaration

public bool GoogleEventIsValid { get; set; }

Property Value

Type Description
Boolean

true if the DXGoogleCalendarSync should copy a Google Event data into a Scheduler Appointment; false if Appointment data should be copied into an Event.

See Also