Skip to main content
All docs
V24.1

OutlookEngine.GetCalendarViewAsync(String, DateTime, DateTime, Int32) Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

public Task<List<Event>> GetCalendarViewAsync(
    string calendarId,
    DateTime startTime,
    DateTime endTime,
    int pageLength = 100
)

Parameters

Name Type
calendarId String
startTime DateTime
endTime DateTime

Optional Parameters

Name Type Default
pageLength Int32 100

Returns

Type
Task<List<Microsoft.Graph.Event>>
See Also