Monotone-Parent: da1c467c5b7518e5169cbac4376ede2064795635

Monotone-Revision: 3ae52910ee7b5f31984924b6f8e65b5fdb7f5ed1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-28T17:23:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-28 17:23:39 +00:00
parent ab14629e76
commit dbee220f40
3 changed files with 118 additions and 73 deletions
@@ -35,11 +35,14 @@
appointments with an externally generated unique key.
*/
@class NSString, NSArray, NSException, iCalEvent;
@class NSArray;
@class NSException;
@class NSString;
@class iCalEvent;
@class iCalCalendar;
@interface SOGoAppointmentObject : SOGoContentObject
{
}
/* accessors */
@@ -67,6 +70,9 @@
- (NSException *)changeParticipationStatus:(NSString *)_status
inContext:(id)_ctx;
- (iCalCalendar *) calendarFromContent: (NSString *) cnt;
- (iCalEvent *) firstEventFromCalendar: (iCalCalendar *) calendar;
@end
#endif /* __Appointments_SOGoAppointmentObject_H__ */