From 0a43da5e09aa164f30926762a54a50cefb1d4b1e Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Mon, 23 Jan 2017 22:00:01 +0100 Subject: proper fix for https://github.com/tobixen/calendar-cli/issues/28 ... calendar-url is a global parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5142489..f5e8554 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Remember to `chmod og-r ~/.config/calendar.conf` or `chmod 0600 ~/.config/calend Add a calendar item "testevent" at 2013-10-01: - ./calendar-cli.py calendar add --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ 2013-10-01 testevent + ./calendar-cli.py --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ calendar add 2013-10-01 testevent (assumes that `caldav-url`, `calldav-pass` and `caldav-user` has been added into configuration file. Those may also be added as command line options) -- cgit v1.2.3