cal7tor/README.md

20 lines
570 B
Markdown
Raw Normal View History

2022-08-12 19:54:39 +02:00
# cal8tor • **cal**endar P**8** extrac**tor**
2022-08-16 18:48:16 +02:00
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:
```bash
$ ./cal8tor --class 2 --letter X
```
## **WIP:** Export the calendar in .ics format
Run for example the L1-A:
```bash
$ ./cal8tor --class 1 --letter A --export calendar.ics
```
> The file include the timezone for `Europe/Paris` and is in compliance with [this validator tool](https://icalendar.org/validator.html).
---
Please open a PR if you want to improve the project!