EdupageAPI / edupage-api

A python library for accessing your Edupage account
https://edupageapi.github.io/edupage-api/
GNU General Public License v3.0
66 stars 13 forks source link

[Feature request] Exam support #30

Closed ghost closed 2 years ago

ghost commented 2 years ago

Please add exams support Then edupage-api would return subject name, teacher's name, exam description and exam day. image

BelKed commented 2 years ago

I think, it can be done thought edupage.get_notifications()...

Exams have typ NotificationType.EVENT. But this type have multiple events – also holiday, distance eduation, ... Name of the event is saved in event_type_name, so you could filter by it...

More info about EduNotification: https://github.com/ivanhrabcak/edupage-api#edunotification.

ivanhrabcak commented 2 years ago

This is now supported with additional_data!