diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 724552c97..2d117959b 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2194,6 +2194,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent participant = [newEvent participantForUser: [SOGoUser userWithLogin: owner] attendee: attendee]; [attendee setPartStat: [participant partStat]]; + [attendee setDelegatedFrom: [participant delegatedFrom]]; [attendee setDelegatedTo: [participant delegatedTo]]; [attendees addObject: attendee]; [newEvent setAttendees: attendees];