This commit is contained in:
mdecimus
2025-10-22 18:02:46 +02:00
parent 49b384d740
commit 86c963ef68
27 changed files with 528 additions and 395 deletions

View File

@@ -167,8 +167,8 @@ fn extract_filter_range(query: &CalendarQuery) -> Option<TimeRange> {
fn extract_data_range(propfind: &PropFind, filter_range: Option<TimeRange>) -> Option<TimeRange> {
let props = match propfind {
PropFind::PropName => todo!(),
PropFind::AllProp(props) | PropFind::Prop(props) => props,
PropFind::PropName => &[][..],
};
for prop in props {