diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index b6367b9e0..25d3bdf10 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2258,7 +2258,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent if (!oldEvent && !newEvent) { // We check if we only have to deal with the MASTER event - if ([newEvents count] == [oldEvents count]) + if ([oldEvents count] && [newEvents count] == [oldEvents count]) { oldEvent = [oldEvents objectAtIndex: 0]; newEvent = [newEvents objectAtIndex: 0];