node-webuntis
node-webuntis copied to clipboard
Getting timetable of the week
Is the a way how I can get the timetable of my week through the api, so it returns an object like
[{
"subject": "Physics",
"startTime": 820,
"endTime": 910,
"day": "Monday"
},
{
"subject": "Maths",
"startTime": 910,
"endTime": 100,
"day": "Monday"
}]
This would be a small example but it can contain my whole week schedule. I can't find any of such functionality
do you mean the gettimetable or the getcustomtimetable-function?