calcurse-caldav: fix -x argument

The optional argument to -x must be given as "-xical" (without a space).

Partly addresses GitHub issue #177.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lukas Fleischer 2019-02-10 21:32:25 +01:00
parent 7b81e69a19
commit 1f74ad3357

View File

@ -86,7 +86,7 @@ def calcurse_import(icaldata):
def calcurse_export(objhash):
command = [
calcurse,
'-x', 'ical',
'-xical',
'--export-uid',
'--filter-hash=' + objhash
]