aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRandy Ramos <rramos1295@gmail.com>2017-11-10 07:39:59 -0500
committerLukas Fleischer <lfleischer@calcurse.org>2017-11-10 16:01:07 +0100
commitfb26c8fdd0d25bee7fdca8722b334e6eee9fa528 (patch)
tree0b5ed36716a0102cefc97ffa9cb353313bf7f812 /contrib
parent9be2c106e62fd4825181454576727591fa2d2b04 (diff)
downloadcalcurse-fb26c8fdd0d25bee7fdca8722b334e6eee9fa528.tar.gz
calcurse-fb26c8fdd0d25bee7fdca8722b334e6eee9fa528.zip
calcurse-caldav: Document external password option
Add information about the CALCURSE_CALDAV_PASSWORD environment variable. Signed-off-by: Randy Ramos <rramos1295@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/caldav/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/caldav/README.md b/contrib/caldav/README.md
index 35b789e..133919e 100644
--- a/contrib/caldav/README.md
+++ b/contrib/caldav/README.md
@@ -32,6 +32,14 @@ argument. You can choose between the following initialization modes:
For subsequent calcurse-caldav invocations, you don't need to specify any
additional parameters.
+You can specify a username and password for basic authentication in the
+config file. Alternatively, the password can be passed securely from another
+program (such as *pass*) via the `CALCURSE_CALDAV_PASSWORD` environment variable like
+so:
+```
+CALCURSE_CALDAV_PASSWORD=$(pass show calcurse) calcurse-caldav
+```
+
Hooks
-----