pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 6b481a32f6d070deb6a781289285b41010e1592b
parent 00d3639777d2bcfcb2157c021792bd543f039361
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 18 Nov 2024 21:10:45 +0000

symple_linking

Diffstat:
Mentry/symple_linking.md | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/entry/symple_linking.md b/entry/symple_linking.md @@ -1,11 +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 shutdown my NextCloud server we needed a replacement. +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 always knew that it didn't have sharing capability .... symlinks +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/ ``` -check permissons +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. -https://github.com/Kozea/Radicale/discussions/1499 +[1]: https://github.com/Kozea/Radicale/discussions/1499 +[2]: https://www.davx5.com/