(fix) avoid duplicating attendees when accepting event using a different identity over CalDAV

This commit is contained in:
Ludovic Marcotte
2015-12-15 11:08:59 -05:00
parent e94b4416f8
commit b4e4b9c29f
4 changed files with 59 additions and 4 deletions
@@ -39,6 +39,8 @@ extern NSNumber *iCalDistantFutureNumber;
- (iCalPerson *) userAsAttendee: (SOGoUser *) user;
- (NSString *) participationStatusForUser: (SOGoUser *) theUser
attendee: (iCalPerson *) theAttendee;
- (NSArray *) attendeeUIDs;
- (BOOL) isStillRelevant;