OutlookEngine(String, String) 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
Parameters
Name | Type | Description |
---|---|---|
tenantId | String | A tenant (directory) ID. |
clientId | String | A client (application) ID. |
Remarks
Refer to the following help topic for more information on how to obtain tenant and client IDs: Register an application with the Microsoft identity platform.
See Also