Back to Devexpress

DXOutlook365Sync.EnableAllCalendars() Method

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-dot-dxoutlook365sync-1045db23.md

latest2.2 KB
Original Source

DXOutlook365Sync.EnableAllCalendars() Method

Enables synchronization for all calendars in Calendars.

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

csharp
public void EnableAllCalendars()
vb
Public Sub EnableAllCalendars

Remarks

Use the EnableCalendar(String) method to enable synchronization for a specific calendar and disable synchronization for other calendars.

The EnableAllCalendars method sets the EnableSynchronization property to true for all items in Calendars.

See Also

Synchronization with Microsoft 365 Calendars

EnableCalendar(String)

SynchronizeCalendarsAsync()

DXOutlook365Sync Class

DXOutlook365Sync Members

DevExpress.XtraScheduler.Microsoft365Calendar Namespace