mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 13:55:23 +00:00
Monotone-Parent: d6a619fbf875335523673d5bf683e34b3ac7887e
Monotone-Revision: ebecad29c1790b7953cfe00229ae3666abb9f896 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-06-08T15:31:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
2009-06-08 Cyril Robert <crobert@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m: Added c_cycleenddate in
|
||||
dav date limitation.
|
||||
dav date limitation. Added c_cycleenddate = NULL
|
||||
|
||||
2009-06-05 Cyril Robert <crobert@inverse.ca>
|
||||
|
||||
|
||||
@@ -1531,7 +1531,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
if ([cycle intValue])
|
||||
{
|
||||
cEndDate = [filter objectForKey: @"cycleenddate"];
|
||||
filterString = [NSString stringWithFormat: @"(c_cycleenddate >= %u)",
|
||||
filterString = [NSString stringWithFormat:
|
||||
@"(c_cycleenddate = NULL or c_cycleenddate >= %u)",
|
||||
(unsigned int) [cEndDate timeIntervalSince1970]];
|
||||
[filters addObject: filterString];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user