mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* Calendar/CalDAV: virtual exceptions (different status for recurrences) were not exported
This commit is contained in:
parent
0924b38acb
commit
a9d07620d4
@ -747,7 +747,7 @@ class calendar_groupdav extends Api\CalDAV\Handler
|
||||
foreach($events as $k => &$recurrence)
|
||||
{
|
||||
//error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."($uid)[$k]:" . array2string($recurrence));
|
||||
if ($master && $recurrence['reference'] != $master['id'])
|
||||
if ($master && $recurrence['reference'] && $recurrence['reference'] != $master['id'])
|
||||
{
|
||||
unset($events[$k]);
|
||||
continue; // same uid, but references a different event or is own master
|
||||
|
Loading…
Reference in New Issue
Block a user