Skip to main content
A newer version of this page is available. .

IOutlookCalendarProvider.GetCalendarItems(_Application, String) Method

Override this method to retrieve calendar items by the specified path from the specified application.

Namespace: DevExpress.XtraScheduler.Outlook

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

_Items GetCalendarItems(
    _Application app,
    string folderPath
)

Parameters

Name Type Description
app DevExpress.XtraScheduler.Outlook.Interop._Application

An object that implements the DevExpress.XtraScheduler.Outlook.Interop._Application interface (MS Outlook instance).

folderPath String

A string representing a path to a calendar folder.

Returns

Type Description
DevExpress.XtraScheduler.Outlook.Interop._Items

An object implementing the DevExpress.XtraScheduler.Outlook.Interop._Items interface.

Remarks

Current implementation in the OutlookCalendarProvider class uses MAPI calls to find a folder by a specified path and provide access to its content via the DevExpress.XtraScheduler.Outlook.Interop._Items interface.

See Also