Pearu Pung

Results 6 comments of Pearu Pung

The setup process was a bit harrowing since I was not familiar with the setup. Figured it out in an hour though. For CLI run this: `docker run -p "127.0.0.1:9399:9399"...

Same here, the 'cal' filter does not work. I hope to do a pull request for this, I would like this to be fixed ASAP, because CalCurse is the one...

If I call `python3 calcurse-caldav` then everything works as expected. When I try to run it as an executable `calcurse-caldav` then things run amock, I get a 403 and I...

So, a workaround is to add an alias to your ~/.bashrc file, logout and login: `alias cursecal='python3 /usr/bin/calcurse-caldav; calcurse; python3 /usr/bin/calcurse-caldav'` This provides automatic syncing on opening and closing the...

Also, sorry for the spam, but I think the tarball downloadable from the website did not had any sync_filter variable in the calcurse-caldav.py file as is in the source of...

Current master works with `python3 calcurse-caldav` on my Ubuntu 18.04 and typing `env python3 /usr/bin/test` prints out "hello", but master still produces 403 when running `calcurse-caldav` in terminal due to...