Skip to main content

iCalendarImporter.ProcessCalendars(iCalendarContainer) Method

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

Namespace: DevExpress.XtraScheduler.iCalendar

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public void ProcessCalendars(
    iCalendarContainer calendars
)

Parameters

Name Type Description
calendars DevExpress.XtraScheduler.iCalendar.Components.iCalendarContainer

An object that holds the calendars.

See Also