Monotone-Parent: d4cfc42e95f282a5298d595704f14d84e04f4e7e

Monotone-Revision: 4243d79332106e919aa31b53597a483725789629

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:01:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-02-15 21:01:33 +00:00
parent d76dbabbaa
commit b1c3339d81
2 changed files with 7 additions and 0 deletions

View File

@@ -36,4 +36,7 @@ extern NSString *SOGoPerm_ReadAcls;
extern NSString *SOGoPerm_CreateAndModifyAcls;
extern NSString *SOGoPerm_FreeBusyLookup;
extern NSString *SOGoRole_Organizer;
extern NSString *SOGoRole_Participant;
#endif /* SOGOPERMISSIONS_H */

View File

@@ -34,6 +34,10 @@ NSString *SOGoRole_FreeBusyLookup = @"FreeBusyLookup"; /* for users that have
NSString *SOGoRole_FreeBusy = @"FreeBusy"; /* for the "freebusy" special user
*/
/* Calendar */
NSString *SOGoRole_Organizer = @"Organizer";
NSString *SOGoRole_Participant = @"Participant";
#warning ReadAcls still not used...
NSString *SOGoPerm_ReadAcls = @"ReadAcls"; /* the equivalent of "read-acl" in
the WebDAV acls spec, which is