From 1e1d61585ded01891de74f01b88fc03c8ab89bb2 Mon Sep 17 00:00:00 2001 From: Randy Ramos Date: Wed, 6 Sep 2017 17:46:19 -0400 Subject: Refactor calcurse-caldav to use httplib2 This will allow much more flexibility and less code duplication when adding OAuth2 support. OAuth2 support will require this library as it is a dependency of oauth2client. The documentation was updated to reflect the new dependency. Signed-off-by: Randy Ramos Signed-off-by: Lukas Fleischer --- contrib/caldav/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/caldav/README') diff --git a/contrib/caldav/README b/contrib/caldav/README index 008b3fe..93baf37 100644 --- a/contrib/caldav/README +++ b/contrib/caldav/README @@ -18,7 +18,9 @@ Usage calcurse-caldav requires an up-to-date version of calcurse and a configuration file located at ~/.calcurse/caldav/config. An example configuration file can be -found under contrib/caldav/config.sample in the calcurse source tree. +found under contrib/caldav/config.sample in the calcurse source tree. You will +also need to install *httplib2* for Python 3 using *pip* (e.g. `pip3 install +--user httplib2`) or your distribution's package manager. If you run calcurse-caldav for the first time, you need to provide the --init argument. You can choose between the following initialization modes: -- cgit v1.2.3-54-g00ecf