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?
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
Could you provide a simple example on how to use it? Also when is V1 expected to be released?