Monotone-Parent: ef6d3277026d3551c57a338744f21cd3ea71ec34

Monotone-Revision: 0c4734653a7d9bf2c83bb1be51525aee8006bf7a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T20:42:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 20:42:39 +00:00
parent 75f2a56f28
commit 73cc84de3e
3 changed files with 135 additions and 66 deletions
@@ -60,8 +60,10 @@
andNewObject: (iCalRepeatableEntityObject *) _newObject
toAttendees: (NSArray *) _attendees;
- (BOOL) isOrganizerOrOwner: (SOGoUser *) user;
- (iCalPerson *) participant: (SOGoUser *) user;
// - (BOOL) isOrganizerOrOwner: (SOGoUser *) user;
- (iCalPerson *) findParticipant: (SOGoUser *) user;
- (iCalPerson *) findParticipantWithUID: (NSString *) uid;
- (iCalPerson *) iCalPersonWithUID: (NSString *) uid;
- (NSString *) getUIDForICalPerson: (iCalPerson *) person;