Report cancellation to removed attendees with this-and-future parameter
This commit is contained in:
parent
3ea6d43579
commit
46866e76cc
1 changed files with 4 additions and 0 deletions
|
@ -1149,6 +1149,10 @@ class calendar extends rcube_plugin
|
|||
$event = $action == 'remove' ? $old : $this->driver->get_event($event);
|
||||
$event['_savemode'] = $_savemode;
|
||||
|
||||
if ($old) {
|
||||
$old['thisandfuture'] = $_savemode == 'future';
|
||||
}
|
||||
|
||||
// send notification for the main event when savemode is 'all'
|
||||
if ($_savemode == 'all' && $event['recurrence_id']) {
|
||||
$event['id'] = $event['recurrence_id'];
|
||||
|
|
Loading…
Add table
Reference in a new issue