Fix hrefs for calendar/addressbook get_members

This commit is contained in:
Lennart
2025-05-02 15:19:57 +02:00
parent 5f8dc290d8
commit d826cb5fdd
2 changed files with 2 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ impl<C: CalendarStore, S: SubscriptionStore> ResourceService for CalendarResourc
.into_iter()
.map(|object| {
(
object.get_id().to_string(),
format!("{}.ics", object.get_id()),
CalendarObjectResource {
object,
principal: principal.to_owned(),