sogo/SoObjects/SOGo/SOGoPermissions.m
Wolfgang Sourdeau b1c3339d81 Monotone-Parent: d4cfc42e95f282a5298d595704f14d84e04f4e7e
Monotone-Revision: 4243d79332106e919aa31b53597a483725789629

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:01:33
Monotone-Branch: ca.inverse.sogo
2007-02-15 21:01:33 +00:00

47 lines
2.1 KiB
Objective-C

/* SOGoPermissions.m - this file is part of SOGo
*
* Copyright (C) 2006 Inverse groupe conseil
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#import "SOGoPermissions.h"
NSString *SOGoRole_Assistant = @"Assistant"; /* a colleague */
NSString *SOGoRole_Delegate = @"Delegate"; /* a colleague or person that I
trust in adding or modifying my
data */
NSString *SOGoRole_FreeBusyLookup = @"FreeBusyLookup"; /* for users that have
access to the
freebusy information
from a specific
calendar */
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
currently missing from SOPE */
NSString *SOGoPerm_CreateAndModifyAcls = @"CreateAndModifyAcls";
NSString *SOGoPerm_FreeBusyLookup = @"FreeBusyLookup";