IOutlookEngine.GetCalendarsAsync(Int32) Method
Returns a task that obtains available user calendars.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v26.1.Microsoft365Calendar.dll
Declaration
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| pageLength | Int32 | 100 | The number of items on a single returned page. |
Returns
| Type |
|---|
| Task<List<Microsoft.Graph.Models.Calendar>> |
See Also