Skip to main content
A newer version of this page is available. .
All docs
V23.1

IOutlookEngine Interface

Allows you to create classes that work with Microsoft 365 calendars.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

NuGet Package: DevExpress.Win.Scheduler.Microsoft365Calendar

Declaration

public interface IOutlookEngine

Remarks

The class that implements the IOutlookEngine interface should contain code what acquires a token using the Microsoft Authentication Library (MSAL). The default implementation of the IOutlookEngine interface is the OutlookEngine class.

See Also