I see this error when I try to run radicale with [storage]\ntyperadicale_remind in the config:
$ radicale --config radrem/config/config
[5efc0164f48] ERROR: An exception occurred during server startup: Failed to load storage module 'radicale_remind': cannot import name 'item' from 'radicale' (/usr/local/lib/python3.9/site-packages/radicale/__init__.py
After some quick research I am guessing the problem is I have Radicale v2 installed, and this plugin only works with v3. It would be good to mention that in the README; maybe as simple as changing "Radicale" to "Radicale v3" in the list of dependencies.
I see this error when I try to run radicale with
[storage]\ntyperadicale_remindin the config:After some quick research I am guessing the problem is I have Radicale v2 installed, and this plugin only works with v3. It would be good to mention that in the README; maybe as simple as changing "Radicale" to "Radicale v3" in the list of dependencies.