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.
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.