@@ -61,23 +61,23 @@ However, the approach is not robust so it may break when:
...
@@ -61,23 +61,23 @@ However, the approach is not robust so it may break when:
### Installation
### Installation
If you are using [Nix](https://nixos.org/) with [flakes enabled](https://nixos.wiki/wiki/Flakes#Enable_flakes), you can directly run the latest version of this code without any installation:
If you are using [Nix](https://nixos.org/) with [flakes enabled](https://nixos.wiki/wiki/Flakes#Enable_flakes), you can directly run the latest version of this code without any installation:
```sh
```sh
nix run git+https://gitlab.irit.fr/poquet/lflex-celcat-survival\?ref=main#fetch-ics-- request-file.csv -o out.ics
nix run git+https://gitlab.irit.fr/poquet/millian/lflex-celcat-survival\?ref=main#fetch-celcat-- request-file.csv credentials.json --ics /tmp/calendar.ics
```
```
If you are using [Nix](https://nixos.org/), you can enter a shell where the program is available by typing this command:
If you are using [Nix](https://nixos.org/), you can enter a shell where the program is available by typing this command:
```sh
```sh
nix-shell https://gitlab.irit.fr/poquet/lflex-celcat-survival/-/archive/main/lflex-celcat-survival-main.tar.gz -A user-shell
nix-shell https://gitlab.irit.fr/poquet/millian/lflex-celcat-survival/-/archive/main/lflex-celcat-survival-main.tar.gz -A user-shell
# then, inside the temporary shell: fetch-ics request-file.csv -o out.ics