Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IOutlookEngine Interface

In This Article

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

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

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

NuGet Package: DevExpress.Scheduler.Core.Desktop.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