sogo/SoObjects/Appointments/product.plist
Wolfgang Sourdeau d46b7352db Monotone-Parent: 89f7acd5b2ca8bc8da9b0cb8fcf35fe89259d61c
Monotone-Revision: 553e03d19134ad3b614013a454242bf2cc14df0b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-13T22:02:52
Monotone-Branch: ca.inverse.sogo
2007-02-13 22:02:52 +00:00

47 lines
1.1 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" );
};
};
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" );
};
};
};
}