1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00
Peter Bieringer 2025-08-27 09:24:01 +02:00
parent c8d22d1c8e
commit 5d20e5e591

@ -75,6 +75,20 @@ collection: {user}/sharedaddressbook2(/.+)?
permissions: r
```
Related `rights` extension for read-write but forbid-to-delete-collection-itself:
```
[group1-sharedcalendar1-rw]
user: USER1
collection: {user}/sharedcalendar1(/.+)?
permissions: rwd
[group1-sharedaddressbook1-rw]
user: USER2
collection: {user}/sharedaddressbook1(/.+)?
permissions: rwd
```
## Sharing a collections read-only to public as WebCAL
**ATTENTION: This is a simple and potentially insecure example**