Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzo9uerra/sorbonne-info-cal
Simple python script to fetch the calendar of a course and save it as ics, so it can be imported in various calendar clients.
https://github.com/lorenzo9uerra/sorbonne-info-cal
Last synced: about 1 month ago
JSON representation
Simple python script to fetch the calendar of a course and save it as ics, so it can be imported in various calendar clients.
- Host: GitHub
- URL: https://github.com/lorenzo9uerra/sorbonne-info-cal
- Owner: lorenzo9uerra
- License: gpl-3.0
- Created: 2022-11-28T14:12:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T14:05:32.000Z (about 1 year ago)
- Last Synced: 2023-11-23T16:33:55.297Z (about 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sorbonne-info-cal
Low effort python script to fetch the calendar of a course and save it as .ics file, so
it can be imported in various calendar clients.### Usage
Just execute the script with:
```bash
python3 fetch_cal.py
```It will ask to input the code of the course as seen in the website https://cal.ufr-info-p6.jussieu.fr/master/.
To find the code of your course look at the side bar with the name of the
courses:\
![image](https://user-images.githubusercontent.com/43646324/204301365-0907426b-c7cc-4c24-bc8a-b2d54819d472.png)\
a correct code should be something like `BIM/M1_BIM`, so take the name
of the master and append the name of the course separated with a slash.That's it, the script will fetch the events and save them in an .ics file with
the name of the master and course you wanted.