{"record":{"id":"2beabb21238827c2","repo":"nextcloud/server","slug":"node-with-name-name-could-not-be-found","errorCode":null,"errorMessage":"Node with name '{name}' could not be found","messagePattern":"Node with name '(.+?)' could not be found","errorType":"http","errorClass":"NotFound","httpStatus":404,"severity":"error","filePath":"apps/dav/lib/CalDAV/CalendarHome.php","lineNumber":219,"sourceCode":"\t\t\t}\n\t\t}\n\n\t\tif (ExternalCalendar::isAppGeneratedCalendar($name)) {\n\t\t\t[$appId, $calendarUri] = ExternalCalendar::splitAppGeneratedCalendarUri($name);\n\n\t\t\tforeach ($this->pluginManager->getCalendarPlugins() as $calendarPlugin) {\n\t\t\t\t/** @var ICalendarProvider $calendarPlugin */\n\t\t\t\tif ($calendarPlugin->getAppId() !== $appId) {\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\n\t\t\t\tif ($calendarPlugin->hasCalendarInCalendarHome($this->principalInfo['uri'], $calendarUri)) {\n\t\t\t\t\treturn $calendarPlugin->getCalendarInCalendarHome($this->principalInfo['uri'], $calendarUri);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tthrow new NotFound('Node with name \\'' . $name . '\\' could not be found');\n\t}\n\n\t/**\n\t * @param array $filters\n\t * @param integer|null $limit\n\t * @param integer|null $offset\n\t */\n\tpublic function calendarSearch(array $filters, $limit = null, $offset = null) {\n\t\t$principalUri = $this->principalInfo['uri'];\n\t\treturn $this->caldavBackend->calendarSearch($principalUri, $filters, $limit, $offset);\n\t}\n}\n","sourceCodeStart":201,"sourceCodeEnd":232,"githubUrl":"https://github.com/nextcloud/server/blob/ecdeb153ffdf227235c9a7e2d13dbe0f9c817bc3/apps/dav/lib/CalDAV/CalendarHome.php#L201-L232","documentation":"Error \"Node with name '{name}' could not be found\" thrown in nextcloud/server.","triggerScenarios":"Thrown at apps/dav/lib/CalDAV/CalendarHome.php:219 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"ecdeb153ffdf227235c9a7e2d13dbe0f9c817bc3","analyzedAt":"2026-08-17T01:36:13.386Z","schemaVersion":2},"datasetVersion":"2026-08-17T04:17:16.089Z"}