Skip to main content
All docs
V24.1

IOutlookEngine.GetCalendarsAsync(Int32) Method

Returns a task that obtains available user calendars.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll

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

Declaration

Task<List<Calendar>> GetCalendarsAsync(
    int pageLength = 100
)

Optional Parameters

Name Type Default Description
pageLength Int32 100

The number of items on a single returned page.

Returns

Type Description
Task<List<Calendar>>

A task that returns available user calendars.

See Also