mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:00:58 +01:00
* Calendar/CalDAV: virtual exceptions (different status for recurrences) were not exported
This commit is contained in:
parent
cc30ff8c71
commit
5db886bba6
@ -747,7 +747,7 @@ class calendar_groupdav extends Api\CalDAV\Handler
|
|||||||
foreach($events as $k => &$recurrence)
|
foreach($events as $k => &$recurrence)
|
||||||
{
|
{
|
||||||
//error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."($uid)[$k]:" . array2string($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]);
|
unset($events[$k]);
|
||||||
continue; // same uid, but references a different event or is own master
|
continue; // same uid, but references a different event or is own master
|
||||||
|
Loading…
Reference in New Issue
Block a user