forked from extern/egroupware
* Calendar: deleting a recurrence of an event series did not refresh displayed events
This commit is contained in:
parent
71b385a806
commit
410ad4cc4f
@ -1922,6 +1922,12 @@ class calendar_boupdate extends calendar_bo
|
|||||||
//if (isset($alarmbuffer)) $event['alarm'] = $alarmbuffer;
|
//if (isset($alarmbuffer)) $event['alarm'] = $alarmbuffer;
|
||||||
$event['recur_exception'][] = $recur_date;
|
$event['recur_exception'][] = $recur_date;
|
||||||
$this->save($event);// updates the content-history
|
$this->save($event);// updates the content-history
|
||||||
|
|
||||||
|
// for "real" push, need to push delete of recurence
|
||||||
|
if (!Api\Json\Push::onlyFallback())
|
||||||
|
{
|
||||||
|
Api\Link::notify_update('calendar', $cal_id.':'.$recur_date, $event, 'delete');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if ($event['reference'])
|
if ($event['reference'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user