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