rights file to allow a user to a) read all other users's calendar and b) r/w its own calendar #1705
-
I'm having trouble to understand how to implement this:
As per documentation only the first matching rule is applied. So how can I implement these requirements? I feel like I would need two rules to apply... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Calendar sharing in general works only with softlinking on server side, there is also a hint how to extend the rights file for read-only - and yes, you need additional rules above the standard rules. https://github.com/Kozea/Radicale/wiki/Sharing-Collections |
Beta Was this translation helpful? Give feedback.
-
Thanks @pbiering, that idea with symlinks sounds good. I'll check that out. |
Beta Was this translation helpful? Give feedback.
Calendar sharing in general works only with softlinking on server side, there is also a hint how to extend the rights file for read-only - and yes, you need additional rules above the standard rules.
https://github.com/Kozea/Radicale/wiki/Sharing-Collections