A library for Google Script to easily insert UniBo's class schedule into your own calendar.
Main functions
- Inserting (and updating) lessons on the calendar
- Email notification of any changes
- Ability to disregard some lessons (ex. that reserved for L-Z)
- Ability to select only certain courses in a curriculum
- Ability to automatically enter all courses of a year
- Create a standalone project on Google Script
- Add the following Script ID as library
1dcQpP0FJc6SehdmgbkJHKGJHXG3YiMUkkxZmZTEnaqMsOcV4Gnz28Kqy
- Write your own code, following the examples in the project wiki
- Optionally, set the triggers to run the script automatically
Visit the project Wiki.
The code is open source so everyone can use it, improve it and customize it as they wish. If you want to propose changes you can open an Issue and start a discussion (if you prefer, you can also write in Italian), if you are a developer you can also propose your own implementation. Not sure where to start? Here's a short list of additions to consider
- add the ability to customize the color of a course
- add the ability to customize the location and description template
- add the ability to customize the name of the lessons
- etc.
This library makes use of the following projects