Send invitations to resources
This commit is contained in:
parent
ba17a19bf6
commit
af768030d0
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ function rcube_calendar_ui(settings)
|
|||
if (allow_invitations) {
|
||||
$.each(data.attendees, function (i, v) {
|
||||
if (v.role != 'ORGANIZER') {
|
||||
if ($('input.edit-attendee-reply[value="' + v.email + '"]').prop('checked')) {
|
||||
if ($('input.edit-attendee-reply[value="' + v.email + '"]').prop('checked') || v.cutype == 'RESOURCE') {
|
||||
need_invitation = true;
|
||||
delete data.attendees[i]['noreply'];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue