sogo/SoObjects/Appointments/product.plist
Wolfgang Sourdeau 8431bbaf5a Monotone-Parent: 5f26d4e575d6317b2bf8811e502af472aa607ac4
Monotone-Revision: f555022105c23061ee6fe2d4a984f94a80907c29

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-19T17:02:42
Monotone-Branch: ca.inverse.sogo
2006-12-19 17:02:42 +00:00

45 lines
986 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoAppointmentFolder = {
superclass = "SOGoFolder";
defaultRoles = {
"FreeBusyLookup" = ( "Owner", "Delegate", "Assistant", "FreeBusyLookup" );
};
};
SOGoGroupAppointmentFolder = {
superclass = "SOGoAppointmentFolder";
};
SOGoAppointmentObject = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoTaskObject = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
};
};
SOGoFreeBusyObject = {
superclass = "SOGoContentObject";
protectedBy = "View";
defaultRoles = {
"View" = ( "Authenticated", "FreeBusy" );
"WebDAV Access" = ( "Authenticated", "FreeBusy" );
};
};
};
}