calendar-cli
calendar-cli copied to clipboard
Simple command-line CalDav client, for adding and browsing calendar items, todo list items
Installation ```bash $ 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...
Given the fact that you added many thoughts how to re-design and re-write this … maybe typer https://github.com/tiangolo/typer or rich https://github.com/Textualize/rich are worth adding to your project?
Please consider to update the docs/examples to use a virtualenv or `pipx` to install user packages. `pipx` is so damn awesome, I was so happy when I discovered it and...
I'm in the process of rewriting calendar-cli from scratch. Design thoughts are available as [NEW_CLI.md](https://github.com/tobixen/calendar-cli/blob/master/NEW_CLI.md). I've also written a shorter and more up-to-date [user guide](https://github.com/tobixen/calendar-cli/blob/master/USER_GUIDE.md). I'd be happy to see...
Some thoughts after attending to the CalendarFest event 2021. Comments are welcome! (this document has also been [added to the repository](https://github.com/tobixen/calendar-cli/blob/master/NEXT_LEVEL.md)) ## Some potential requirements from a good calendaring system...
When I try to start calendar-cli on Linux Mint 17 Qiana, I get the error "ImportError: No module named tzlocal". I can fix this with "sudo pip install tzlocal", but...
When I issue the command ``` calendar-cli calendar agenda ``` against my nextcloud 20.0 server, I get the error ``` File "/usr/local/lib/python3.9/dist-packages/calendar_cli-0.12.1-py3.9.egg/EGG-INFO/scripts/calendar-cli", line 992, in File "/usr/local/lib/python3.9/dist-packages/calendar_cli-0.12.1-py3.9.egg/EGG-INFO/scripts/calendar-cli", line 983, in...
Ref https://developers.google.com/calendar/caldav/v2/guide it's needed to add support for OAuth 2.0 to be able to use Google calendar in the future (the legacy endpoint seem to work somehow as for now,...
I have some all day events on a calendar and I'm running this command. calendar-cli --calendar-url $URL calendar agenda --agenda-days 1 If I run this command on the day before...
First of all let me thank you for this project. A CLI interface to Caldav (especially direct without sync) is very useful and urgently needed. Exceptions thrown by the class...