sogo/SoObjects/Appointments/product.plist
Wolfgang Sourdeau 57a57edbcd Monotone-Parent: 4e859b939657af37f61800fad0e1fdfca1943077
Monotone-Revision: 8d1d44754257c773dc6882bb69d2da203650f3cf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-01-12T23:21:26
Monotone-Branch: ca.inverse.sogo
2007-01-12 23:21:26 +00:00

45 lines
980 B
Plaintext

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
classes = {
SOGoAppointmentFolder = {
superclass = "SOGoFolder";
defaultRoles = {
"FreeBusyLookup" = ( "Owner", "Delegate", "Assistant", "FreeBusy" );
};
};
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" );
};
};
};
}