mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:39:40 +01:00
Allow upgrade of single events to series via SyncML/CalDAV
This commit is contained in:
parent
2c337344c0
commit
082aef12dc
@ -1528,8 +1528,8 @@ class calendar_boupdate extends calendar_bo
|
||||
$matchingEvents[] = $egwEvent['id'] . ':' . (int)$event['recurrence'];
|
||||
}
|
||||
}
|
||||
} elseif ($event['recur_type'] == $egwEvent['recur_type'] &&
|
||||
$filter != 'master' && ($filter == 'exact' ||
|
||||
} elseif ($filter != 'master' && ($filter == 'exact' ||
|
||||
$event['recur_type'] == $egwEvent['recur_type'] &&
|
||||
strpos($egwEvent['title'], $event['title']) === 0))
|
||||
{
|
||||
$matchingEvents[] = $egwEvent['id']; // we found the event
|
||||
|
Loading…
Reference in New Issue
Block a user