This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
- Fixed critical bug when dealing with exams that take place throughout all day;
Assessments that last all day (and therefore do not contain valid hours in the "Hora" column, just a string saying "TODO O DIA") were forming an invalidDate
object when parsing the exam time, crashing the entire script from then on. These exams are now properly parsed and will be added to Google Calendar as all-day events.
- Updated base URL of Google Calendar API and removed outdated link parameters.