this post was submitted on 13 Nov 2024
47 points (96.1% liked)

Open Source

31250 readers
269 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Does anyone know why there's no desire to see a working standard (protocol) for calendar/tasks?

It's clear that CalDAV doesn't function consistently across devices (and does seem to be dying as a standard). If you work across different devices/OS it's virtually impossible to get things set up seamlessly. Companies and developers of task apps seem happy to create silos and not look at interoperability.

If you want to self-host, it's too hard to do this and you really are limited to a tiny number of options.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 day ago (1 children)

Gentoo linux with Radicale on bare metal. Radicale is behind NGINX reverse proxy that slaps HTTPS and authelia redirect for authentication on top.

And of course i use DAV5X on android.

[–] [email protected] 1 points 13 hours ago (1 children)

Impressive. Was it an easy set-up (the redirect and authentication in particular?)

[–] [email protected] 1 points 9 hours ago

I keep a wiki on all that I do.

This is the page on radicale: here

This is the more general page on reverse proxy here

And so on, Check the sidebar.

I mostly write it so that in future I remember what I did and how I did it, but I use some unusual techniques compared to the mainstream point of view from this community, so keep that in mind.