aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2019-02-02 18:13:49 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2019-02-02 18:13:49 +0100
commit4eda8f6937a2ca38f02dd7c0b00bb959ef6c96d1 (patch)
tree6f414bf5fa97cf5b5b560af23feb521fdc4e76da
parent0169ba0934be04199a4e29fd8613d9c6f8f676f8 (diff)
downloadcalcurse-4eda8f6937a2ca38f02dd7c0b00bb959ef6c96d1.tar.gz
calcurse-4eda8f6937a2ca38f02dd7c0b00bb959ef6c96d1.zip
calcurse-caldav: drop misplaced filter argument
We cannot use the filter options when importing events. This was noticed because the new calcurse argument parser catches invalid input flag combinations and bails out. Partly addresses GitHub issue #177. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rwxr-xr-xcontrib/caldav/calcurse-caldav.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py
index 072eb87..b9fe4a2 100755
--- a/contrib/caldav/calcurse-caldav.py
+++ b/contrib/caldav/calcurse-caldav.py
@@ -69,7 +69,6 @@ def calcurse_import(icaldata):
'-i', '-',
'--dump-imported',
'-q',
- '--filter-type', sync_filter,
'--format-apt=%(hash)\\n',
'--format-recur-apt=%(hash)\\n',
'--format-event=%(hash)\\n',