From 7b7a4b347a5e56c95661bab3e2053f614e0f7c26 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 15 Aug 2004 14:05:20 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@221 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGoLogic/ChangeLog | 2 ++ SOGoLogic/SOGoAppointment.h | 1 + SOGoLogic/SOGoAppointment.m | 2 ++ SOGoLogic/Version | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SOGoLogic/ChangeLog b/SOGoLogic/ChangeLog index d1c81e2a..b7f35121 100644 --- a/SOGoLogic/ChangeLog +++ b/SOGoLogic/ChangeLog @@ -1,5 +1,7 @@ 2004-08-15 Helge Hess + * SOGoAppointment.h: added -setAttendees: method (v0.9.7) + * v0.9.6 * added SOGoAppointmentICalRenderer diff --git a/SOGoLogic/SOGoAppointment.h b/SOGoLogic/SOGoAppointment.h index b21ceba0..b1c3074c 100644 --- a/SOGoLogic/SOGoAppointment.h +++ b/SOGoLogic/SOGoAppointment.h @@ -75,6 +75,7 @@ - (void)removeAllAttendees; - (void)addToAttendees:(iCalPerson *)_person; - (void)appendAttendees:(NSArray *)_persons; +- (void)setAttendees:(NSArray *)_persons; - (NSArray *)attendees; /* attendees -> role != X-OGo-RESOURCE */ diff --git a/SOGoLogic/SOGoAppointment.m b/SOGoLogic/SOGoAppointment.m index 6fda9625..6aaf24d2 100644 --- a/SOGoLogic/SOGoAppointment.m +++ b/SOGoLogic/SOGoAppointment.m @@ -209,6 +209,8 @@ static SaxObjectDecoder *sax = nil; for (i = 0; i < count; i++) [self addToAttendees:[_persons objectAtIndex:i]]; } +- (void)setAttendees:(NSArray *)_persons { +} - (NSArray *)attendees { return [self->event attendees]; } diff --git a/SOGoLogic/Version b/SOGoLogic/Version index 0eb47da3..cab297dc 100644 --- a/SOGoLogic/Version +++ b/SOGoLogic/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=6 +SUBMINOR_VERSION:=7 -- 2.39.5