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>
This commit is contained in:
Lukas Fleischer 2019-02-02 18:13:49 +01:00
parent 0169ba0934
commit 4eda8f6937

View File

@ -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',