Improve documentation

This commit is contained in:
Unrud 2020-01-17 05:00:30 +01:00
parent f844bbacda
commit 8f55ab858c

View File

@ -21,10 +21,10 @@ collections and entries.
Permissions:
- R: read a collection
- r: read an address book or calendar entry
- W: write a collection
- w: read an address book or calendar entry
- R: read a collection (excluding address book or calendar collections)
- r: read an address book or calendar collection
- W: write a collection (excluding address book or calendar collections)
- w: write an address book or calendar collection
Take a look at the class ``BaseRights`` if you want to implement your own.