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.v24.1.GoogleCalendar.dll
NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar
Declaration
Returns
Type | Description |
---|---|
Task | A Task that encapsulates information about the current synchronization process state. |
See Also