diff --git a/NEWS b/NEWS index 0b12abc21..6c34a0c28 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ Bug fixes - fixed saved HTML content of draft when attaching a file - fixed text nodes of HTML content handler by encoding HTML entities + - fixed iCal7 delegation issue with the "inbox" folder (#2489) 2.2.3 (2014-04-03) ------------------ diff --git a/SoObjects/Appointments/product.plist b/SoObjects/Appointments/product.plist index ac04c7d41..62408d864 100644 --- a/SoObjects/Appointments/product.plist +++ b/SoObjects/Appointments/product.plist @@ -67,7 +67,7 @@ SOGoAppointmentInboxFolder = { superclass = "SOGoAppointmentFolder"; defaultRoles = { - "Access Contents Information" = ( "Owner" ); + "Access Contents Information" = ( "Owner", "AuthorizedSubscriber" ); }; }; SOGoCalendarComponent = {