sogo/SoObjects/Appointments/product.plist
Wolfgang Sourdeau 728f1a991a Monotone-Parent: e67e9b1e2160eba00bacd9cdb8f97944ba459b0a
Monotone-Revision: ac2eb1a4d385dc9da7985b0fac39ece4cc877271

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-07T21:19:49
Monotone-Branch: ca.inverse.sogo
2007-03-07 21:19:49 +00:00

52 lines
1.5 KiB
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoAppointmentFolder = {
superclass = "SOGoFolder";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Assistant" );
"FreeBusyLookup" = ( "Owner", "Delegate", "Assistant", "FreeBusy" );
"Add Documents, Images, and Files" = ( "Owner", "Delegate" );
"Access Contents Information" = ( "Owner", "Delegate", "Assistant" );
"Delete Objects" = ( "Owner", "Organizer", "Delegate" );
};
};
SOGoGroupAppointmentFolder = {
superclass = "SOGoAppointmentFolder";
};
SOGoAppointmentObject = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
"Change Images and Files" = ( "Owner", "Delegate", "Organizer" );
"Access Contents Information" = ( "Owner", "Delegate", "Assistant" );
};
};
SOGoTaskObject = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
"Change Images and Files" = ( "Owner", "Delegate", "Organizer" );
"Access Contents Information" = ( "Owner", "Delegate", "Assistant" );
};
};
SOGoFreeBusyObject = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultRoles = {
"View" = ( "Authenticated", "FreeBusy" );
"WebDAV Access" = ( "Authenticated", "FreeBusy" );
};
};
};
}