diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2017-01-23 19:26:48 +0100 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2017-01-23 19:26:48 +0100 |
commit | 224b0b35eabe3b8de5cd3cf568715c2ab7795894 (patch) | |
tree | 45ebe0f99930ebe6b54f130545fd844ad1132fcf | |
parent | 006057a5e1ed2949ae4626c3014971c12512cf50 (diff) | |
download | calendar-cli-224b0b35eabe3b8de5cd3cf568715c2ab7795894.zip |
fixes #28 ref https://github.com/tobixen/calendar-cli/issues/28
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ add 2013-10-01 testevent + ./calendar-cli.py calendar add --calendar-url=http://calendar.bekkenstenveien53c.oslo.no/caldav.php/tobias/calendar/ 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) |