forked from Anri/cal8tor
fix example, export isn't wip anymore
This commit is contained in:
parent
b1adad3519
commit
b1e555e60a
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -2,15 +2,15 @@
|
|||
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:
|
||||
For the L2-X, run:
|
||||
```bash
|
||||
$ ./cal8tor --class 2 --letter X
|
||||
$ ./cal8tor l2-X
|
||||
```
|
||||
|
||||
## **WIP:** Export the calendar in .ics format
|
||||
Run for example the L1-A:
|
||||
## Export the calendar in .ics format
|
||||
For the L1-A, run:
|
||||
```bash
|
||||
$ ./cal8tor --class 1 --letter A --export calendar.ics
|
||||
$ ./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).
|
||||
|
|
Loading…
Reference in a new issue