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.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
app | DevExpress. |
An object that implements the DevExpress. |
folder |
String | A string representing a path to a calendar folder. |
#Returns
Type | Description |
---|---|
DevExpress. |
An object implementing the DevExpress. |
#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.