From 4eda8f6937a2ca38f02dd7c0b00bb959ef6c96d1 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 2 Feb 2019 18:13:49 +0100 Subject: 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 --- contrib/caldav/calcurse-caldav.py | 1 - 1 file changed, 1 deletion(-) 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', -- cgit v1.2.3