Extracteur d'emploi du temps pour l'UFR d'informatique de Paris Cité - Diderot
Find a file
2022-08-17 14:23:51 +02:00
src fix when there the course's name isn't in <em> 2022-08-17 14:23:51 +02:00
.gitignore new cargo project 2022-08-12 19:01:29 +02:00
Cargo.lock add clap dep 2022-08-16 18:18:30 +02:00
Cargo.toml update metadata 2022-08-16 18:48:16 +02:00
README.md update metadata 2022-08-16 18:48:16 +02:00

cal8tor • calendar P8 extractor

Extractor of the calendar of the IT degree of university Paris 8.

WIP: See the calendar in your terminal

Run for example the L2-X:

$ ./cal8tor --class 2 --letter X

WIP: Export the calendar in .ics format

Run for example the L1-A:

$ ./cal8tor --class 1 --letter A --export calendar.ics

The file include the timezone for Europe/Paris and is in compliance with this validator tool.


Please open a PR if you want to improve the project!