Pawnote
    Preparing search index...

    Function parseTimetable

    • Mutates the original timetable object to parse it. This method is using the official PRONOTE way to parse the timetable.

      Simply because it may be too overkill and not everyone would want this. We must provide the data as is and let the user decide what to do with it.

      That's why we provide this helper function to parse the timetable.

      Parameters

      • session: SessionHandle

        The current session handle.

      • timetable: Timetable

        The timetable to parse.

      • options: {
            withCanceledClasses?: boolean;
            withPlannedClasses?: boolean;
            withSuperposedCanceledClasses?: boolean;
        }

        The options to parse the timetable.

      Returns void

      Nothing.