aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/caldav/README.md
diff options
context:
space:
mode:
authorSatvik Sharma <satvik.sharma2@gmail.com>2017-10-25 11:52:22 +1100
committerLukas Fleischer <lfleischer@calcurse.org>2017-11-05 20:14:30 +0100
commitb96e175192f8711f07beca6e27f8d9fb42b12227 (patch)
tree3fd098239682fa9cda73b4dc2388671006b02427 /contrib/caldav/README.md
parent2fa15118987d0afe012a5e408dc262e73e26d185 (diff)
downloadcalcurse-b96e175192f8711f07beca6e27f8d9fb42b12227.tar.gz
calcurse-b96e175192f8711f07beca6e27f8d9fb42b12227.zip
calcurse-caldav: Add SyncFilter config option
The SyncFilter option filters the types of items synced from/to a CalDAV server by making use of the --filter-type command line argument. Signed-off-by: Satvik Sharma <satvik.sharma2@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/caldav/README.md')
-rw-r--r--contrib/caldav/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/caldav/README.md b/contrib/caldav/README.md
index 63f6f20..35b789e 100644
--- a/contrib/caldav/README.md
+++ b/contrib/caldav/README.md
@@ -108,6 +108,7 @@ The following options should also be changed in your config file:
Hostname = apidata.googleusercontent.com
Path = /caldav/v2/*your_calendar_id_here*/events/
Scope = https://www.googleapis.com/auth/calendar
+SyncFilter = cal
```
Your Calendar ID for "*Path*" should be your email for the default calendar.
@@ -127,6 +128,7 @@ A complete config file for example@gmail.com would have the following options:
Hostname = apidata.googleusercontent.com
Path = /caldav/v2/example@gmail.com/events/
AuthMethod = oauth2
+SyncFilter = cal
...