Holger
Holger
Hello, I have a collection (Radicale running on a Debian Server) root@server# pwd /var/lib/radicale/collections/collection-root/testuser root@server# ls -ldi 6579* 45884007 drwxr-x--- 3 radicale radicale 4096 Jul 25 14:36 65791233-cf20-7436-8baa-b13eddd5f14e root@server# ls...
I want to to something like this: `curl -u user -X MKCOL 'http://localhost:5232/user/calendar' --data \ ' Calendar Example calendar #ff0000ff '` Who can I do this with the WebDavClient?
I am running m2o under Debian11 like from command prompt in a bash terminal: m2o -v m2oMidi -o 7700 works fine. If I run it it background like: m2o -v...
On a fresh installed Debian9 I installed Redmine with maria-db like described there: https://wiki.debian.org/redmine It works without problems. Then I tried to install the redmine_issue_template plugin but bundle exec rake...