mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: cb727eb3a474d7cb014bfdc9a65fb7dd9a232c11
Monotone-Revision: 92c2289ec614006e622f8b53dec56357c7d1b889 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-23T21:34:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
NSString *title;
|
||||
NSString *location;
|
||||
NSString *comment;
|
||||
NSString *url;
|
||||
iCalPerson *organizer;
|
||||
NSArray *participants; /* array of iCalPerson's */
|
||||
NSArray *resources; /* array of iCalPerson's */
|
||||
@@ -98,6 +99,9 @@
|
||||
- (void) setComment: (NSString *) _value;
|
||||
- (NSString *) comment;
|
||||
|
||||
- (void) setUrl: (NSString *) _url;
|
||||
- (NSString *) url;
|
||||
|
||||
- (void) setParticipants: (NSArray *) _parts;
|
||||
- (NSArray *) participants;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user