mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
Monotone-Parent: bffd38536f21b982c86617f97c2dff0009e442e1
Monotone-Revision: d50828fc631dc9f6d731dcbde3c7ea33f6c422d9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-24T22:37:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1216,4 +1216,13 @@ static NSNumber *sharedYes = nil;
|
||||
return @"IPF.Appointment";
|
||||
}
|
||||
|
||||
/* acls */
|
||||
- (NSArray *) defaultAclRoles
|
||||
{
|
||||
return [NSArray arrayWithObjects:
|
||||
SOGoCalendarRole_PublicViewer,
|
||||
SOGoCalendarRole_PrivateDAndTViewer,
|
||||
nil];
|
||||
}
|
||||
|
||||
@end /* SOGoAppointmentFolder */
|
||||
|
||||
Reference in New Issue
Block a user