mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 16:59:29 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user