TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good self-hosted calendar sync framework?

4 pointsby prianshalmost 5 years ago
I&#x27;m recently trying to de-cloud myself. On the top of my list are email, calendar, and meetings since I feel like all this remote work is really tying me into these cloud-based solutions.<p>I&#x27;ve found some neat libraries regarding email and WebRTC meetings but I can&#x27;t find anything on calendar sync for the life of me. I have a UI in mind for my own calendar app but I can&#x27;t find a good open source framework or library that does calendar sync with both Google Calendar (personal), Office365 (work), and CalDAV (also work).<p>I&#x27;ve found a library that (kind of) does Google Calendar by itself and a slew of projects regarding Office365&#x27;s API that don&#x27;t really seem to have much in the way of reliability. Haven&#x27;t found anything in the way of CalDAV.<p>Hoping someone can recommend a good calendar sync framework, preferably with JS or Rust bindings?

2 comments

cloudkingalmost 5 years ago
Have you checked out <a href="https:&#x2F;&#x2F;nextcloud.com" rel="nofollow">https:&#x2F;&#x2F;nextcloud.com</a> for solving everything?
评论 #24139335 未加载
评论 #24139311 未加载
necovekalmost 5 years ago
While CalDAV sounds simple on paper, it is anything but. That explains the complexity of most projects related to it.<p>Things like DAVdroid provide a syncing ability for Cal&#x2F;CardDAV to Android.<p>There is evolution-data-server and SyncEvolution for regular GNU&#x2F;Linux.<p>Good luck in building something lighterweight, I&#x27;d be keen to move to it from NextCloud too :)