diff --git a/apps/dav/lib/CalDAV/Calendar.php b/apps/dav/lib/CalDAV/Calendar.php index eaf8d227a6f0a..cc1c4cab4e25c 100644 --- a/apps/dav/lib/CalDAV/Calendar.php +++ b/apps/dav/lib/CalDAV/Calendar.php @@ -206,9 +206,6 @@ public function getChildACL() { } public function getOwner(): ?string { - if (isset($this->calendarInfo['{http://owncloud.org/ns}owner-principal'])) { - return $this->calendarInfo['{http://owncloud.org/ns}owner-principal']; - } return parent::getOwner(); }