diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index e4b243f55..04721deab 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2127,7 +2127,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent uid = [[oldEvent organizer] uidInContext: context]; - if ([[[context activeUser] login] caseInsensitiveCompare: uid] != NSOrderedSame) + if (uid && [[[context activeUser] login] caseInsensitiveCompare: uid] != NSOrderedSame) { SOGoAppointmentObject *organizerObject;