mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
extension related to https://github.com/Kozea/Radicale/issues/1855
parent
c8d22d1c8e
commit
5d20e5e591
1 changed files with 14 additions and 0 deletions
|
@ -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**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue