(fix) carry over delegatedFrom too

pull/186/head
Ludovic Marcotte 2015-12-15 15:21:33 -05:00
parent 76f0ec9ae0
commit 3404ae8105
1 changed files with 1 additions and 0 deletions

View File

@ -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];