mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
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:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user