diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 6ea25fe7d..7eeb01f1b 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1491,7 +1491,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir if (cEndDate) { filterString = [NSString stringWithFormat: - @"(c_cycleenddate = NULL OR c_cycleenddate >= %@)", + @"(c_cycleenddate = NULL OR c_cycleenddate >= %d)", (int) [cEndDate timeIntervalSince1970]]; [filters addObject: filterString]; }