Monotone-Parent: 5f26d4e575d6317b2bf8811e502af472aa607ac4

Monotone-Revision: f555022105c23061ee6fe2d4a984f94a80907c29

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-19T17:02:42
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-12-19 17:02:42 +00:00
parent ed5d95b408
commit 8431bbaf5a
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {