pyratelog

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

20241118-radical_links.md (1173B)


      1 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.
      2 
      3 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.
      4 
      5 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
      6 
      7 ```
      8 ln -s /path/to/collection-root/user_one/<calendar_dir> /path/to/collection-root/user_two/
      9 ```
     10 
     11 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.
     12 
     13 [1]: https://github.com/Kozea/Radicale/discussions/1499
     14 [2]: https://www.davx5.com/