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

ConflictOperationType Enum

Provides values that allow you to get whether an Appointment associated with a synchronization conflict is a new Appointment, or an existing one that has been edited.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

Declaration

public enum ConflictOperationType

Members

Name Description
Edit

A conflict has occurred for an edited Event/Appointment.

New

A conflict has occurred for a newly created Event/Appointment.

Related API Members

The following properties accept/return ConflictOperationType values:

See Also