this post was submitted on 10 Jun 2023
13 points (100.0% liked)

Technology

37705 readers
202 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Does anyone know of a good calendar app to backup with syncthings ? Something automatic that puts the least amount of files possible to avoid clutter

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago

On mobile I use Etar calendar app from f-droid, and DavX to synchronise calendar data. I use syncthing, but not for calendar sync, since the caldav protocol is designed for exactly that. But on the back end, if you want to host your own calendar, I recommend Radicale. It stores its data in simple text files, and works well with syncthing. Radicale.org

[–] [email protected] 2 points 1 year ago

While not backed by syncthing I'd recommend you look into https://www.etesync.com/ which provides end to end encrypted ical and vcard synchronization - that is standard formats for calendars, tasks, notes and contacts.

It has plenty of adapters so if backups/snapshots are what you want automating something like https://github.com/pimutils/vdirsyncer to pull all your calendars and commit them to, say, private git repo should be fairly easy task.

[–] [email protected] 2 points 1 year ago

Use something that supports CalDAV and use a sync app (DAVx5 for Android, for example). This will need a computer that hosts the calendar, something globally accessible running radicale or a similar caldav/carddav server. If you can't host it yourself email services typically also provide CalDAV access. GMail used to provide CalDAV endpoints, not sure if they still do. Fastmail provide CalDAV calendars, but it's not free.