]> err.no Git - sope/blobdiff - sope-ical/NGiCal/iCalEntityObject.h
added 'method', 'userComment' and fixed minor bugs
[sope] / sope-ical / NGiCal / iCalEntityObject.h
index 64a14ea4489e2b2daae1ee8c7c68c9b34c4e0ca7..139fa5c332c1b26437161cb3261701d4f76157a9 100644 (file)
@@ -52,6 +52,7 @@
   NSString       *location;
   NSString       *status;
   NSString       *categories;
+  NSString       *userComment;
 }
 
 /* accessors */
@@ -92,6 +93,9 @@
 - (void)setSequence:(NSNumber *)_value; /* this is an int */
 - (NSNumber *)sequence;
 
+- (void)setUserComment:(NSString *)_userComment;
+- (NSString *)userComment;
+
 - (void)setOrganizer:(iCalPerson *)_organizer;
 - (iCalPerson *)organizer;
 - (BOOL)isOrganizer:(id)_email;