diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 0f2bd879f..0b5399107 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1676,6 +1676,32 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir NSCalendarDate *maxStart; parentNode = (id ) [filterElement parentNode]; + + // This parses time-range filters. + // + // + // + // + // + // + // + // + // + // + // We currently ignore filters based on just the component type. + // For example, this is ignored: + // + // + // + // + // + // + // + // + // + // + // if ([[parentNode tagName] isEqualToString: @"comp-filter"] && [[parentNode attribute: @"name"] isEqualToString: @"VCALENDAR"]) {