Back to Devexpress

AppointmentImporter.Import(String) Method

corelibraries-devexpress-dot-xtrascheduler-dot-exchange-dot-appointmentimporter-dot-import-x28-system-dot-string-x29.md

latest1.9 KB
Original Source

AppointmentImporter.Import(String) Method

Imports appointments from the specified file.

Namespace : DevExpress.XtraScheduler.Exchange

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public virtual void Import(
    string path
)
vb
Public Overridable Sub Import(
    path As String
)

Parameters

NameTypeDescription
pathString

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

ImportFromOutlook()

ImportFromVCalendar

Export

AppointmentImporter Class

AppointmentImporter Members

DevExpress.XtraScheduler.Exchange Namespace