commit 7ab6d42bce4ffc73885c3759e2d1f71c264c67b6 parent 0876283eca03d8832b4be201002239ee8b79eb14 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 18 Nov 2024 21:12:44 +0000 Merge branch 'radical_links' Diffstat:
A | entry/symple_linking.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/entry/symple_linking.md b/entry/symple_linking.md @@ -0,0 +1,14 @@ +Once again I have been trying to get an easy to setup, use, and maintain shared calendar with my wife. After I deGoogled we went without a shared calendar for many years. Recently we tried using a calendar on NextCloud but after I decided to permanently shutdown my NextCloud server we needed a replacement. + +Enter Radicale. I have been running my own Radicale server for years in order to sync my contacts and my personal calendar. I knew that it didn't have sharing capability but after reading a [discussion][1] on the Radicale Github I found that with a simple symlink a shared calendar could be possible. + +On my own Radicale account I created a new calendar. After creating an account for my wife I logged onto the server running Radicale and set up a symlink + +``` +ln -s /path/to/collection-root/user_one/<calendar_dir> /path/to/collection-root/user_two/ +``` + +Now by using [DavX5][2] on both our phones we are able to create and edit events in the calendar. If you do this and depending on your set up you may need to review the permissions on the Radicale calendar directory. + +[1]: https://github.com/Kozea/Radicale/discussions/1499 +[2]: https://www.davx5.com/