mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 13:25:57 +00:00
Monotone-Parent: 5f26d4e575d6317b2bf8811e502af472aa607ac4
Monotone-Revision: f555022105c23061ee6fe2d4a984f94a80907c29 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T17:02:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,14 +22,14 @@
|
||||
SOGoAppointmentObject = {
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "Delegate", "Organizer" );
|
||||
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
|
||||
};
|
||||
};
|
||||
|
||||
SOGoTaskObject = {
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "Delegate", "Organizer" );
|
||||
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
|
||||
};
|
||||
};
|
||||
SOGoFreeBusyObject = {
|
||||
|
||||
Reference in New Issue
Block a user