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

Conflicts:

	SoObjects/Appointments/iCalEntityObject+SOGo.h
This commit is contained in:
Ludovic Marcotte
2015-12-15 11:12:59 -05:00
parent 544cb85e4d
commit cfb741fc9f
4 changed files with 60 additions and 4 deletions
@@ -44,6 +44,9 @@ extern NSNumber *iCalDistantFutureNumber;
- (iCalPerson *) userAsAttendee: (SOGoUser *) user;
- (NSString *) participationStatusForUser: (SOGoUser *) theUser
attendee: (iCalPerson *) theAttendee;
- (NSArray *) attendeeUIDs;
- (BOOL) isStillRelevant;
- (id) itipEntryWithMethod: (NSString *) method;