Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public void ProcessCalendars(
        ICalendarContainer calendars
    )

    Parameters

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

    An object that holds the calendars.

    See Also