ExamCalendarService¶
- class ExamCalendarService[source]¶
Methods
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:
page_size (
int) – The size of a single page, maximum is 50.
- Returns:
The exams that have not ended more than a day ago, the ones starting first at the front.
- Return type:
Response[ExamCalendarEntry]