mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 05:13:10 -04:00
Merge pull request #37813 from nextcloud/backport/stable25-fix-event-moving
[stable25] fix event moving
This commit is contained in:
commit
e21f84686a
1 changed files with 2 additions and 2 deletions
|
|
@ -1374,8 +1374,8 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
|
|||
$this->purgeProperties($sourceCalendarId, $objectId);
|
||||
$this->updateProperties($targetCalendarId, $object['uri'], $object['calendardata'], $calendarType);
|
||||
|
||||
$this->addChange($sourceCalendarId, $object['uri'], 1, $calendarType);
|
||||
$this->addChange($targetCalendarId, $object['uri'], 3, $calendarType);
|
||||
$this->addChange($sourceCalendarId, $object['uri'], 3, $calendarType);
|
||||
$this->addChange($targetCalendarId, $object['uri'], 1, $calendarType);
|
||||
|
||||
$object = $this->getCalendarObjectById($newPrincipalUri, $objectId);
|
||||
// Calendar Object wasn't found - possibly because it was deleted in the meantime by a different client
|
||||
|
|
|
|||
Loading…
Reference in a new issue