[#313] removed withRights (#354)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2025-11-24 21:32:15 +01:00
committed by GitHub
parent 6b6c140854
commit 531d29f2ce
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ export default function CalendarSearch({
value.map(async (user: User) => {
const cals = (await getCalendars(
user.openpaasId,
"sharedPublic=true&withRights=true"
"sharedPublic=true&"
)) as Record<string, any>;
return cals._embedded?.["dav:calendar"]
? cals._embedded["dav:calendar"].map(