this post was submitted on 20 Aug 2026
32 points (97.1% liked)

Selfhosted

61624 readers
616 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

So, I've got a homelab thing going, with NextCloud and Immich and other things... using Docker. But the one thing I can't seem to wrap my head around is how to get my calendar needs met behind the scenes. I'm hoping there's some sort of calendar syncing server I can use.

The problem: I use NextCloud and another android app to use my calendar. Easy. Historically, my household has used a single Google Calendar shared amongst members.

The real problem: They won't ditch Google. But I need a solution so that I can:

  1. Sync their calendar events to my NextCloud calendar.
  2. Sync my calendar events to their Google Calendar. I think that the issue here is, the share links that the calendars give, can only be used to list a new separate calendar on each of the respective platforms - not sync the events between the existing calendars...

I'm hoping that there's maybe a syncing solution out there that can play middle man and sync the two calendars directly, rather than having separate calendars for the two environments?

you are viewing a single comment's thread
view the rest of the comments
[–] Brkdncr@lemmy.world 13 points 1 day ago (1 children)

The easy way is to use a calendar client and not try to inject the calendar into your server.

[–] irotsoma@piefed.blahaj.zone 2 points 1 day ago (1 children)

Definitely easy, but not really a relevant response given the community we're in. Plus there's a lot of use in having your calendar synced to multiple places, not just your phone.

I never found an easy solution to set up for caldav and carddav yet personally. Most are either very complex to set up or they are no longer maintained which is bad for security vulnerabilities. So, I'm still stuck with Google because I need my reminders everywhere I go...ADHD.

[–] non_burglar@lemmy.world 12 points 1 day ago (1 children)

Radicale was easy enough for me. Davx5 on android to connect to it, and that's it.

[–] irotsoma@piefed.blahaj.zone 3 points 1 day ago

Should specify, I need it exposed to the internet as well so I can sync it to those multiple devices when I'm at my partner's place or traveling and so my partner can use it from her place.

And I'd prefer something that allows some type of SSO or external authentication mechanism so it can handle multiple logins with different calendars and I can put some layers of security in front of it. Radicale requires addon applications to do that and most aren't maintained.

Supposedly Radicale can do it with a WSGI server, but I never found one I got working.

Only one that came close was Baikal, but it had some issues and development has been really slow on it. It's been quite a few years though, maybe I will try that one again.