add ownership to calendar

This commit is contained in:
Lennart
2023-09-07 19:05:13 +02:00
parent 3ea88f2f3c
commit 0d460cb983
2 changed files with 14 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ pub async fn route_propfind_principal<A: CheckAuthentication, C: CalendarStore>(
.store
.read()
.await
.get_calendars()
.get_calendars(user)
.await
.map_err(|_e| Error::InternalError)?;