tobixen / calendar-cli

Simple command-line CalDav client, for adding and browsing calendar items, todo list items
GNU General Public License v3.0
247 stars 23 forks source link

Unable to use with radicale #92

Open lamyergeier opened 2 years ago

lamyergeier commented 2 years ago

Installation

$ pipx install calendar-cli
  installed package calendar-cli 0.13.0, installed using Python 3.8.10
  These apps are now globally available
    - calendar-cli
    - calendar-cli.py
done! ✨ 🌟 ✨

My config files are as follows:

{
    "radicale": {
        "caldav_url": "http://localhost:5232",
        "calendar_url": "http://localhost:5232/yyyyy/c0c52cd5-82dd-f7b0-e193-4f63458713e9",
        "caldav_user": "yyyyy",
        "caldav_pass": "xxxxxx"
    }
}

Error

$ calendar-cli

missing mandatory arguments ... either calendar_url or caldav_url needs to be set
Have you set up a config file? Read the doc or ...
... use the --interactive-config option to create a config file

Could you provide a simple example on how to use it? Also when is V1 expected to be released?

tobixen commented 2 years ago

next version will be released "as soon as possible", but no ETA, it has been pushed a bit down into my todo-stack during the last few months.

Did you try calendar-cli --interactive-config?

Also, you may want to have a look at the file examples/basic-usage

I guess I need to work a bit on that basic-usage file. tests/tests.sh is maybe more useful.