mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
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:
@@ -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
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user