oc-calendar: Detail limitations on setting permissions

As MAPI permission flags are much more detailed that SOGo ones.
This commit is contained in:
Enrique J. Hernández Blasco
2016-01-13 17:52:49 +01:00
parent e0b7efbbbf
commit 57fad470fb
+11
View File
@@ -77,6 +77,17 @@
- (NSArray *) rolesForExchangeRights: (uint32_t) rights
{
/* Limitations
Following rights are not supported by SOGo specifically:
- DeleteOwned : Delete only own objects
- EditOwned : Edit only own objects
- CreateSubfolders: No calendar subfolders
- FolderOwner: No sharing folder ownership?
- FolderContact: No support to store this information
- FolderVisible: It is inferred by other rights when extracting
*/
NSMutableArray *roles;
roles = [NSMutableArray arrayWithCapacity: 6];