Skip to main content
All docs
V23.2

DXOutlook365Sync.CalendarSynchronizeComplete Event

Occurs once the calendar synchronization is complete (with or without errors).

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

public event EventHandler<OperationCompleteEventArgs> CalendarSynchronizeComplete

Event Data

The CalendarSynchronizeComplete event's data class is DevExpress.XtraScheduler.Microsoft365Calendar.OperationCompleteEventArgs.

Remarks

The DXOutlook365Sync component automatically synchronizes the Calendars collection with Outlook 365 calendars once its initialization is complete. The CalendarSynchronizeComplete event occurs after the calendar synchronization is finished (with or without errors). Use the e.Exception event parameter to get a description of the error if the operation failed.

Use the SynchronizeCalendarsAsync() method to force the DXOutlook365Sync component to synchronize the calendars.

Read the following topic for detailed information and examples: Synchronization with Microsoft 365 Calendars.

See Also