From 7c3da75fa5178a2e40d428623d57884bce431eba Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 2 Jun 2009 18:00:19 +0000 Subject: [PATCH] Monotone-Parent: 619ec08b1e44eb1626e82e4a1d1a1ba80baa4346 Monotone-Revision: 3556596e54bd1f81160e5c10120b46259ec240f8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-02T18:00:19 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 428805af2..107d9ecb0 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1625,6 +1625,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir { additionalFilters = [self _composeAdditionalFilters: currentFilter]; //NSLog(@"query"); + /* TODO: we should invoke bareFetchField:... twice and compute the + recurrent events properly instead of using _makeCyclicFilterFrom: */ apts = [self bareFetchFields: fields from: [currentFilter objectForKey: @"start"] to: [currentFilter objectForKey: @"end"]