redcrafter502 / untis-to-calendar

A simple tool to sync your untis timetable to your calender application using ics.
https://untis-to-calendar.vercel.app
Apache License 2.0
0 stars 0 forks source link

Display homework in calender #11

Closed redcrafter502 closed 2 months ago

redcrafter502 commented 3 months ago

To get the homework you need to call untis.getHomeWorksFor(startDate, endDate). Each homework contains a lessonId which you can connect with the lessonId from the lesson from the timetable. And then find a way to display it in the description of the event.