(fix) carry over delegatedFrom too

This commit is contained in:
Ludovic Marcotte
2015-12-15 15:21:33 -05:00
parent 28bd4ca318
commit 720b1d5ab5
@@ -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];