marvinIsSacul / mylms-timetable-plus

MyLMS Timetable Plus is a browser extension that enhances the default MyLMS timetable.
https://chrome.google.com/webstore/detail/mylms-timetable-plus/dhchofhmkachcdamglpaobnbjmnmdkmp
MIT License
2 stars 3 forks source link

Integrate eduvos class timetable calendar with google calendar #13

Open Cryafonic opened 1 year ago

Cryafonic commented 1 year ago

The idea here is to push all events/tasks on the eduvos calendar to the google calendar the user prefers.

https://developers.google.com/api-client-library/javascript

marvinIsSacul commented 1 year ago

Since at the moment, we don't have an official API to get all timetable events, the code that I have in place scrapes the timetable.php page and tries to determine all of the events (its currently optimized for Honours programmes).

So at the moment if we were to implement this, it can only be implemented for Honours students