diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 83be4431a..2e92b85aa 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -559,7 +559,7 @@ folder = [user personalCalendarFolderInContext: context]; // Deny access to the resource if the ACLs don't allow the user - if (![folder aclSQLListingFilter]) + if ([user isResource] && ![folder aclSQLListingFilter]) { NSDictionary *values; NSString *reason;