ExamCalendarService

class ExamCalendarService[source]

Methods

get_all

Get the exams that are scheduled, or have just finished.

get_all(*, page_size=20)[source]

Get the exams that are scheduled, or have just finished.

The span of an entry is widened by the per-student entry overrides of its course if you have permission to see them.

Parameters:
Returns:

The exams that have not ended more than a day ago, the ones starting first at the front.

Return type:

Response[ExamCalendarEntry]