Back to Devexpress

DXGoogleCalendarSync Events

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-dot-dxgooglecalendarsync-dot-underscore-events.md

latest3.2 KB
Original Source

DXGoogleCalendarSync Events

A component that provides synchronization between a SchedulerControl and a Google Calendar. See Google Calendars for more details.

NameDescription
AppointmentValuesRequestedRaises when the DXGoogleCalendarSync should copy Scheduler Appointment data into a corresponding Google Calendar Event.
CompareEventAndAppointmentAllows you to manually compare a Google Event with its paired Scheduler Appointment, and decide whether these objects are equal.
ConflictDetectedRaises when the DXGoogleCalendarSync component is uncertain whether it should copy Scheduler Appointment data to a corresponding Google Event, or vice versa.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
EventValuesRequestedRaises when the DXGoogleCalendarSync should copy Google Calendar Event data into a corresponding Scheduler Appointment.
FilterAppointmentsAllows you to skip certain Scheduler Appointments and\or Google Calendar Events during synchronization.
OnExceptionRaises when a critical synchronization error occurs.
ProgressChangedRepeatedly occurs as the synchronization process makes noticeable progress. Allows you to track the progress and update UI elements (e.g., a ProgressBarControl accordingly).

See Also

DXGoogleCalendarSync Class

DXGoogleCalendarSync Members

DevExpress.XtraScheduler.GoogleCalendar Namespace