Monotone-Parent: 8ae93518118d807510323d91a34585fa1f15364a

Monotone-Revision: cb716868d66e0696f2494d1de89518083646d191

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-08T21:45:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-08 21:45:51 +00:00
parent 10e0d0affb
commit 56a4b731dd
3 changed files with 29 additions and 11 deletions
@@ -39,6 +39,7 @@
#import <SoObjects/SOGo/SOGoDateFormatter.h>
#import <SoObjects/SOGo/SOGoUser.h>
#import <SoObjects/SOGo/iCalEntityObject+Utilities.h>
#import <SoObjects/Appointments/iCalEntityObject+SOGo.h>
#import <SoObjects/Appointments/SOGoAppointmentFolder.h>
#import <SoObjects/Appointments/SOGoAppointmentObject.h>
@@ -349,6 +350,15 @@
return [attendees objectAtIndex:0];
}
- (iCalPerson *) currentUserAttendee
{
iCalPerson *currentUser;
currentUser = [[self storedEvent] findParticipant: [context activeUser]];
return currentUser;
}
- (iCalPerson *) storedReplyAttendee
{
/*