chiark / gitweb /
note rather more conservative dependency versions
[gooswapper] / README.org
index 6817acca855afd19a80f259eda9468bf2deab0e6..facc9a8a419575254a61c03a67a894a66ffb865a 100644 (file)
@@ -9,9 +9,10 @@ Upstream git located [[https://salsa.debian.org/matthew/gooswapper][on salsa]].
 ** Dependencies
 
 For the google API, install the ~python3-googleapi~ Debian/Ubuntu
-package; for Exchange, install [[https://github.com/ecederstrand/exchangelib][Exchangelib]] at least version 1.12.2,
+package; for Exchange, install [[https://github.com/ecederstrand/exchangelib][Exchangelib]] version 1.12.2,
 and make sure it's on your Python path (the code by default adds
-~/upstreams/exchangelib~ ).
+~/upstreams/exchangelib~ ). Tested with other dependencies as per
+Ubuntu 16.04 and 18.04.
 
 ** Usage
 
@@ -44,6 +45,10 @@ optional arguments:
   -l, --loop            keep running indefinitely
 #+END_EXAMPLE
 
+To find the google ID for a calendar, go to "Settings and Sharing" and
+then click (left-hand pane) or scroll to "Integrate calendar", and
+you'll there see "Calendar ID", which is what you want.
+
 ** Bugs / Limitations
 
 See [[file:NOTES.org][NOTES.org]] in the distribution for things that I know need doing;