Simple bit of docker to wrap this tool (https://github.com/insanum/gcalcli) up into a easily redistributed docker image.
To use it just throw a file named gcalcli into your PATH with the following content:
#!/bin/bash
touch ~/.gcalcli_oauth
docker run -it --rm -v ~/.gcalcli_oauth:/root/.gcalcli_oauth \
-e TZ='America/Los_Angeles' \
metcalfc/gcalcli "$@"
Content type
Image
Digest
sha256:d620ce1c6…
Size
310.4 MB
Last updated
almost 11 years ago
docker pull metcalfc/gcalcli