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

DXGoogleCalendarSync.SynchronizeAsync() Method

Triggers the synchronization. This is the asynchronous method that retrieves Google Calendar data in a non-UI thread.

Namespace: DevExpress.XtraScheduler.GoogleCalendar

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

Declaration

public Task SynchronizeAsync()

Returns

Type Description
Task

A Task that encapsulates information about the current synchronization process state.

See Also