summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2017-04-01 10:30:04 +0200
committerTobias Brox <tobias@redpill-linpro.com>2017-04-01 10:30:04 +0200
commit451bc9007f39e208ec3d2b78566be5b7b30eb540 (patch)
treeaa841c863f505ec76872d03238510961e21b6cfd
parenta97c5e2a011cbaa0e8baf405a21eaa33bf8c3024 (diff)
downloadcalendar-cli-451bc9007f39e208ec3d2b78566be5b7b30eb540.zip
docfix - re some confused user
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c615478..da9aa10 100644
--- a/README.md
+++ b/README.md
@@ -45,11 +45,14 @@ not be up-to-date and may contain features not implemented yet.
* --interactive: stop and query the user rather often
* --caldav-url, --caldav-user, --caldav-pass: how to connect to the CalDAV server. Fits better into a configuration file.
+* --calendar-url: url to the calendar one wants to use.
* --config-file: use a specific configuration file (default: $HOME/.calendar-cli.conf)
* --config-section: use a specific section from the config file (i.e. to select a different caldav-server to connect to)
* --icalendar: Write or read icalendar to/from stdout/stdin
* --nocaldav: don't connect to a caldav server
+The caldav URL is supposed to be something like i.e. http://some.davical.server/caldav.php/ - it is only supposed to relay the server location, not the user or calendar. It's a common mistake to use something like http://some.davical.server/caldav.php/tobixen/work-calendar/ - it will also work, but it will ignore the calendar part of it, and use first calendar it can find - perhaps tobixen/family-calendar/. Use http://some.davical.server/caldav.php/ as the caldav URL, and tobixen/family-calendar as the calendar-url.
+
### Commands
* calendar - access/modify a calendar