aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
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
-----