This commit is contained in:
Lennart
2024-09-29 15:14:36 +02:00
parent 48abbb7ac3
commit b35e50bf76
5 changed files with 9 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ pub async fn handle_calendar_query<C: CalendarStore + ?Sized>(
let path = format!("{}/{}", req.path(), event.get_uid());
responses.push(
EventResource::from(event)
.propfind(prefix, path, props.clone())
.propfind(prefix, &path, props.clone())
.await?,
);
}