IOutlookEngine.GetCalendarViewAsync(String, DateTime, DateTime, Int32) Method
In This Article
Returns a task that obtains events displayed in the calendar for the specified date range.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.2.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
calendar |
String | A calendar ID. |
start |
Date |
The first date in the range. |
end |
Date |
The last date in the range. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
page |
Int32 | 100 | The number of items on a single returned page. |
#Returns
Type | Description |
---|---|
Task<List<Microsoft. |
A task that returns events displayed in the calendar for the specified date range. |
See Also