Automatic calendar synchronisation with no server and no cloud?

  • @[email protected]
    link
    fedilink
    67 hours ago

    I don’t have an answer to you, but I have a question. Why are you trying to recreate CalDAV? That’s one one of the oldest solved problems on the internet.

  • @[email protected]
    link
    fedilink
    English
    15 hours ago

    Radicale with CalDAV is what I use, combines well with Tailscale but does need a server to run on

    • Autonomous UserOP
      link
      English
      2
      edit-2
      4 hours ago

      Thanks, basically a fake Android CalDAV server? Does is store in iCal or is that not possible?

      I will do if no one has a more direct system.

      • @[email protected]
        link
        fedilink
        12 hours ago

        I like to imagine it as a fake Android CalDAV Client that doesn’t subscribe to a CalDav Server, but instead to a directory that you define. The UI is also based on DAVx5. It doesn’t store iCal-files, but Fossify Calendar allows export of events in iCal.

  • @[email protected]
    link
    fedilink
    8
    edit-2
    17 hours ago

    For what OS?

    Why not just run your own calendar server, then the sync issue is resolved by extant sync mechanism, rather than trying to make your own with Syncthing?

    I use Syncthing to sync some stuff that doesn’t have standard server sync solutions, like some text files that may get updated at either end. But I don’t think it’s the way to sync calendar stuff, as calendaring is an established system.

    And if you’re worried about getting to your calendar server, Mesh networks like Tailscale can provide an encrypted tunnel. You don’t even need the client on devices, if you use the Funnel feature (which funnels specific traffic from the internet into your tunnel, courtesy of Tailscale).

    (That said, I’m curious to see what more knowledgeable people come up with, I can’t think of any calendar apps that auto import/export calendars).

  • Dessalines
    link
    fedilink
    416 hours ago

    I really wanted this, but couldn’t find anything than worked well. I ended up using tasks.org, an open source todo list that has great calendar functionality and syncing, and moved all my calendar events to it.

  • tehWrapper
    link
    English
    214 hours ago

    ntodotxt is great for a task list that is just a txt file and easy to sync.

    For calendars I really think hosting your own would be less work in the end.

    https://radicale.org/v3.html

    Radicale is super small but is a server…