diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 0bbd5defc..5b300be41 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2175,7 +2175,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