16 Commits

Author SHA1 Message Date
d82817cad3 Add --config option 2025-08-09 13:35:39 +01:00
a5c1c9a6d0 Remove KML output support 2025-08-09 13:18:41 +01:00
f1496a2194 Add support for CalDAV 2025-08-09 10:08:35 +01:00
Phil Gyford
dfba84ecd8 Fix error with user having no lastName
For #8
2024-10-10 18:06:28 +01:00
Phil Gyford
47fda41d37 Fix logging error; it outputted the JSON data rather than a count 2019-10-10 11:43:42 +01:00
Phil Gyford
f966b5d4f1 Change f"" formatting back to .format()
I fogot that the former required python 3.6+
2019-09-22 22:22:29 +01:00
Phil Gyford
08516c4f13 Add visibility parameter to kml file
For #3
2019-09-22 16:25:48 +01:00
Phil Gyford
63a8165b85 Generate KML file
For #3
2019-09-22 16:17:08 +01:00
Phil Gyford
5b5dd68baa Change print formatting to f'' style 2019-09-22 14:13:27 +01:00
Phil Gyford
2a1273f58c Iniital acceptance of 'kind' argument for ics/kml
Doesn't do anything if kind == kml so far.

For #3
2019-09-22 14:08:55 +01:00
Phil Gyford
9b7a86426e Add verbosity arguments 2019-06-14 17:14:27 +01:00
Phil Gyford
694048e3a1 Add ability to fetch all checkins
* By default it continues to only fetch the most recent checkins
  (the most recent 250, whereas the default before was 100).

* If you add the `--all` flag it will fetch all of your checkins instead.

Fixes #2
2019-06-14 16:47:49 +01:00
Phil Gyford
e99a557355 Tidy up.
I got a linter.
2019-04-27 16:17:55 +01:00
Phil Gyford
b8db96755f Fix path of config file when script run from different directory 2019-04-26 18:49:11 +01:00
Phil Gyford
a999170b4d First working version 2019-04-26 17:59:19 +01:00
Phil Gyford
79d696fa22 Initial struture 2019-04-26 17:59:19 +01:00