Skip to main content

ICalendarImporter.Import(String) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Imports appointments from the specified file.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public void Import(
    string path
)

Parameters

Name Type Description
path String

A string, representing a file path from where the appointments will be imported.

See Also