appConfig->getValueBool('core', 'shareapi_allow_links', true)) { throw new \Sabre\DAV\Exception\Forbidden(); } $calendar = $this->caldavBackend->getPublicCalendar($name); return new PublicCalendar($this->caldavBackend, $calendar, $this->l10n, $this->config, $this->logger); } #[\Override] public function getChildren(): array { return []; } }