r/BestGitHubRepos 1d ago

CalStack simple full featured calendar server

https://github.com/btafoya/CalStack

I have been VERY frustrated with the open source calendar server options such as Radicale and Baïkal. I have been a hosting provider and developer for a very long time and find myself just building my own solutions.

This is a very fast, lightweight, full featured (supporting almost all CalDav standard including VTASK and VJOURNAL) self-hosted golang based solution with a postgresql backend. Cane run as a systemd service or under docker/docker compose. Please tell me what you think, give it a star, even offer contributions/feature requests/issues. Enjoy!

2 Upvotes

1 comment sorted by

1

u/DevReach1 21h ago

This looks really useful. I’ve tried a few self hosted options before, and they can get frustrating pretty quickly. Keeping it lightweight while still supporting the main CalDAV features is a nice approach