diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index edbc60ed..cf9a4d4d 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -2562,7 +2562,7 @@ function rcube_calendar_ui(settings) if (_has_attendees) { var checked = (settings.itip_notify & 1 ? ' checked="checked"' : ''); - if (action == 'remove' && cal.group == 'personal' && is_attendee(event)) { + if (action == 'remove' && cal.group != 'shared' && is_attendee(event)) { decline = true; checked = event.status != 'CANCELLED' ? checked : ''; html += '
' +