From d36c7a4463b0482dc15bc01004ddf4efae92996a Mon Sep 17 00:00:00 2001 From: JohnLines Date: Thu, 7 Mar 2024 16:13:54 +0000 Subject: [PATCH] Updated Sharing Calendars (markdown) --- Sharing-Calendars.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Sharing-Calendars.md b/Sharing-Calendars.md index 8fe7c14..f98333c 100644 --- a/Sharing-Calendars.md +++ b/Sharing-Calendars.md @@ -21,4 +21,8 @@ I'm using the following **rights** configuration file (still on Radicale 1.1.1, Now to share my **calendar.ics** with a second user, I, 'V', am creating a symlink to e.g. **v-shared.ics** in the other user's calendar directory. The other user can now **only** read the calendar, thanks to the rule [allow-shared-read]. -If I want to give write access another user, I'll just create a link not ending in _'-shared.ics'_, to that user's directory. This setup is just tested briefly, but I found another user mentioning a similar approach on the issues tracker. \ No newline at end of file +If I want to give write access another user, I'll just create a link not ending in _'-shared.ics'_, to that user's directory. This setup is just tested briefly, but I found another user mentioning a similar approach on the issues tracker. + +### Radicale v3 + +This still works - with some modifications with version 3.1.8. The main difference is that links are made to the directory containing the .ics files, rather than a single .ics file \ No newline at end of file