AppointmentExporter.Export(String) Method
Exports appointments to 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 that represents a file path to which the appointments will be exported. |
Remarks
If appointments are exported to an MS Outlook calendar, you should use another Export overload with parameter set to Null.
This method should be overridden in descendants of the AppointmentExporter class.
See Also