Back to Devexpress

IOutlookEngine Interface

windowsforms-devexpress-dot-xtrascheduler-dot-microsoft365calendar-2f948a36.md

latest1.3 KB
Original Source

IOutlookEngine Interface

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

Namespace : DevExpress.XtraScheduler.Microsoft365Calendar

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

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

Declaration

csharp
public interface IOutlookEngine
vb
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

IOutlookEngine Members

DevExpress.XtraScheduler.Microsoft365Calendar Namespace