diff options
author | Randy Ramos <rramos1295@gmail.com> | 2017-09-06 17:46:19 -0400 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2017-09-08 22:35:36 +0200 |
commit | 1e1d61585ded01891de74f01b88fc03c8ab89bb2 (patch) | |
tree | 638551a4818f773fcc16b8df142d9121d7c4b96f /contrib/caldav/README | |
parent | 2d1e6e394d14b21525d981546108bb8f0ba44f98 (diff) | |
download | calcurse-1e1d61585ded01891de74f01b88fc03c8ab89bb2.tar.gz calcurse-1e1d61585ded01891de74f01b88fc03c8ab89bb2.zip |
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 <rramos1295@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/caldav/README')
-rw-r--r-- | contrib/caldav/README | 4 |
1 files changed, 3 insertions, 1 deletions
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: |