webuntis v0.1.0 Webuntis
Documentation for Webuntis.
Link to this section Summary
Functions
Returns the date of the current day.
Returns the internal id of the student's class. Example: 237
Returns the last update of the timetable in NaiveDateTime.
Returns news for the current day.
Returns the internal id of the student. Example: 889
Returns the timetable for the week which starting at the given date.
Returns an ics file for the current week.
Returns the timetable of the student for the current week. Same as
Link to this section Functions
current_date()
Returns the date of the current day.
klasseId()
Returns the internal id of the student's class. Example: 237
Requires authentication
lastUpdate()
Returns the last update of the timetable in NaiveDateTime.
Requires authentication
news()
Returns news for the current day.
studentId()
Returns the internal id of the student. Example: 889
Requires authentication
timetable(type, id, date)
Returns the timetable for the week which starting at the given date.
Requires authentication
timetableIcs(type, id, date, base_url \\ "mese.webuntis.com")
Returns an ics file for the current week.
Example: Webuntis.timetableIcs(5, Webuntis.studentId(), Webuntis.current_date())
Requires authentication
timetableStudent()
Returns the timetable of the student for the current week. Same as:
Webuntis.timetableStudent(Webuntis.studentId(), Webuntis.current_date())
Requires authentication