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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
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.