diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index a5806d996..2c4380081 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1358,7 +1358,9 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir rules = [component recurrenceRulesWithTimeZone: tz]; exRules = [component exceptionRulesWithTimeZone: tz]; } - + + rules = [rules uniqueObjects]; + // Calculate the occurrences for the given range records = [NSMutableArray array]; ranges =