Rights based on title/description #1386
stonewareslord
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that Radicale only has support for checking rights based on username or access URL (as can be seen in this function).
Since calendar URLs are randomly generated UUIDs, this seems to make it impossible to create, say, a shared calendar without modifying the rights file.
In the following examples, assume a rights file that includes:
I would expect the user flow to be:
public-read
rightHowever, the flow seems to be:
-shared
and access is denieduser/e81180f5-a72a-4613-ace2-2fe70c9cdb7d
and restarts the Radicale server1: Access is granted because the manual, administrator-added right
Is this not the process I should follow to share a collection?
If not, could the title be checked in the regular expression? Alternatively, a role could be added like:
And anything with
(+shared)
in the description would be publicBeta Was this translation helpful? Give feedback.
All reactions