From 6ba85ee43aaa067f9ec13c05a7907c4eb72e7b98 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 22 Sep 2014 11:38:07 -0400 Subject: [PATCH] Added some comments in the code --- .../Appointments/SOGoAppointmentFolder.m | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) 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"]) {