sogo/SoObjects/Appointments/product.plist
Wolfgang Sourdeau e00cd55d0c Monotone-Parent: 7405c75e35bf1ceda3ee53a96c803205631f7d60
Monotone-Revision: 5bb48557e566a615a3a14f904888679e965334fa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-08T16:27:26
Monotone-Branch: ca.inverse.sogo
2007-02-08 16:27:26 +00:00

46 lines
1 KiB
Plaintext

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