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

Selfhosted

61624 readers
304 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
[โ€“] vane@lemmy.world 1 points 1 day ago* (last edited 1 day ago) (1 children)

You need to use google calendar api to sync back to google. To sync from google calendar to anything, you can use secret address ical format that you can obtain in calendar settings. Go to calendar -> settings -> settings of my calendars -> click on calendar you want and you will see "secret address ical format". you can use this url in any modern calendar software

[โ€“] KingDingbat@lemmy.world 1 points 22 hours ago

Thank you for the tip, but this does not allow writing events to the Google Calendar from other clients. Google iCal links, including the secret link, are read only which is the problem I'm trying to solve.