AppointmentImporter.Import(String) Method
Imports appointments from the specified file.
Namespace: DevExpress.XtraScheduler.Exchange
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A string, representing a file path from where the appointments will be imported. |
Remarks
If appointments are imported from an MS Outlook calendar, you should use another Import overload with parameter set to Null.
This method should be overridden in descendants of the AppointmentImporter class.
See Also