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:
parent
7b81e69a19
commit
1f74ad3357
@ -86,7 +86,7 @@ def calcurse_import(icaldata):
|
||||
def calcurse_export(objhash):
|
||||
command = [
|
||||
calcurse,
|
||||
'-x', 'ical',
|
||||
'-xical',
|
||||
'--export-uid',
|
||||
'--filter-hash=' + objhash
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user