From f02ad40e31901f3eda55f909ff2d391a916eb0ae Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 9 Jun 2009 17:41:15 +0000 Subject: [PATCH] Monotone-Parent: ebd21a6e3c127f3eb4a8c885b2740304a24af72c Monotone-Revision: 29c6fca131c5eeac84cb949d4484885d6ae1b0e0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-06-09T17:41:15 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentFolder.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 8b8d1d885..f48ebcd0b 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1428,7 +1428,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir return properties; } -/* FIXME: is this really what we want? Why limit the cycleenddate? */ - (NSDictionary *) _makeCyclicFilterFrom: (NSDictionary *) filter { NSMutableDictionary *rc; @@ -1492,6 +1491,9 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir return filterString; } +/* This methods enables the mapping between comp-filter attributes and SQL + fields in the quick table. Probably unused most of the time but should be + completed one day for full CalDAV compliance. */ - (NSString *) _composeAdditionalFilters: (NSDictionary *) filter { NSString *additionalFilter;