Skip to main content

AppointmentExporter.Export(String) Method

Exports appointments to the specified file.

Namespace: DevExpress.XtraScheduler.Exchange

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void Export(
    string path
)

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