From 3404ae8105a986fd05c9487c2c7510338e9edb52 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 2c97ea724..41b8eb108 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2196,6 +2196,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];