This repository has been archived on 2024-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
cal8tor/README.md

19 lines
514 B
Markdown

# cal8tor • **cal**endar P**8** extrac**tor**
Extractor of the calendar of the IT degree of university Paris 8.
## **WIP:** See the calendar in your terminal
For the L2-X, run:
```bash
$ ./cal8tor l2-X
```
## Export the calendar in .ics format
For the L1-A, run:
```bash
$ ./cal8tor L1A --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!