Skip to main content
A newer version of this page is available. .

ICalendarImporter.ProcessCalendars(ICalendarContainer) Method

Handles all calendars through a set of procedures to create corresponding appointments in the container.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

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

Declaration

public void ProcessCalendars(
    ICalendarContainer calendars
)

Parameters

Name Type Description
calendars DevExpress.Xpf.Scheduling.Internal.ICalendarContainer

An object that holds the calendars.

See Also