mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Fix hrefs for calendar/addressbook get_members
This commit is contained in:
@@ -359,7 +359,7 @@ impl<C: CalendarStore, S: SubscriptionStore> ResourceService for CalendarResourc
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|object| {
|
.map(|object| {
|
||||||
(
|
(
|
||||||
object.get_id().to_string(),
|
format!("{}.ics", object.get_id()),
|
||||||
CalendarObjectResource {
|
CalendarObjectResource {
|
||||||
object,
|
object,
|
||||||
principal: principal.to_owned(),
|
principal: principal.to_owned(),
|
||||||
|
|||||||
@@ -228,7 +228,7 @@ impl<AS: AddressbookStore, S: SubscriptionStore> ResourceService
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|object| {
|
.map(|object| {
|
||||||
(
|
(
|
||||||
object.get_id().to_string(),
|
format!("{}.vcf", object.get_id()),
|
||||||
AddressObjectResource {
|
AddressObjectResource {
|
||||||
object,
|
object,
|
||||||
principal: principal.to_owned(),
|
principal: principal.to_owned(),
|
||||||
|
|||||||
Reference in New Issue
Block a user