This commit is contained in:
Lennart
2024-09-29 15:22:45 +02:00
parent b35e50bf76
commit 2670abfef0
5 changed files with 10 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ pub async fn handle_calendar_query<C: CalendarStore + ?Sized>(
// TODO: Implement
return Err(Error::NotImplemented);
}
PropfindType::Prop(PropElement { prop: prop_tags }) => prop_tags.into(),
PropfindType::Prop(PropElement { prop: prop_tags }) => prop_tags.into_inner(),
};
let props: Vec<&str> = props.iter().map(String::as_str).collect();