diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index a1a840ebe..514d0ff8b 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2177,7 +2177,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent attendee = [oldEvent userAsAttendee: [SOGoUser userWithLogin: owner]]; if (!attendee) - [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]]; + attendee = [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]]; else { // We must do an extra check here since Bob could have invited Alice