Skip to main content
All docs
V24.1

OutlookEngine(TokenCredential) Constructor

Initializes a new instance of the OutlookEngine class with specified settings.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

public OutlookEngine(
    TokenCredential tokenCredential
)

Parameters

Name Type Description
tokenCredential Azure.Core.TokenCredential

A credential that contains an OAuth token.

See Also