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

Returns the date of the current day.

Returns the internal id of the student's class. Example: 237

Requires authentication

Returns the last update of the timetable in NaiveDateTime.

Requires authentication

Returns news for the current day.

Returns the internal id of the student. Example: 889

Requires authentication

Link to this function

timetable(type, id, date)

Returns the timetable for the week which starting at the given date.

Requires authentication

Link to this function

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

Link to this function

timetableStudent()

Returns the timetable of the student for the current week. Same as:

Webuntis.timetableStudent(Webuntis.studentId(), Webuntis.current_date())

Requires authentication