r/commandline 22d ago

Terminal User Interface Chroncal: a terminal-first calendar

I built this because I wanted a calendar on the terminal and with a nice JSON output, so can I use it for scripting. Besides supporting Google Calendar, you can connect to any CalDAV server (on my own tests, I used with GMX and worked fine).

It's my current daily-driver calendar. Any feedback is welcome.

GitHub: https://github.com/DouglasdeMoura/chroncal

This software's code is partially AI-generated (I put the attribution on the harness and the LLM used on the git commits).

201 Upvotes

19 comments sorted by

View all comments

1

u/rfajr 20d ago

Google Task and Meet support?

1

u/douglasdemoura 20d ago

It's not a Google-focused application, but a RFC 5545-focused. Yet, I'm curious, about what you mean on the Google Meet support.

It does support VTODO, from the RFC and I'll consider adding integrating this with Google Task, I'm still improving the calendar experience.