From 720b1d5ab57468d86c1207851cc49bb91c717fde Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 15 Dec 2015 15:21:33 -0500 Subject: [PATCH] (fix) carry over delegatedFrom too --- SoObjects/Appointments/SOGoAppointmentObject.m | 1 + 1 file changed, 1 insertion(+) 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];