aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2019-02-10 21:32:25 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2019-02-10 21:33:35 +0100
commit1f74ad33570bb4a351b31e26a2a43f7976eb45a0 (patch)
tree2fd04744f24c44d958c95d533543903a12d35433 /contrib
parent7b81e69a19913b4d8c830bda8d988f8fc8391b21 (diff)
downloadcalcurse-1f74ad33570bb4a351b31e26a2a43f7976eb45a0.tar.gz
calcurse-1f74ad33570bb4a351b31e26a2a43f7976eb45a0.zip
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>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/caldav/calcurse-caldav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py
index b9fe4a2..68d964c 100755
--- a/contrib/caldav/calcurse-caldav.py
+++ b/contrib/caldav/calcurse-caldav.py
@@ -86,7 +86,7 @@ def calcurse_import(icaldata):
def calcurse_export(objhash):
command = [
calcurse,
- '-x', 'ical',
+ '-xical',
'--export-uid',
'--filter-hash=' + objhash
]