]> err.no Git - sope/blobdiff - sope-ical/NGiCal/iCalEvent.h
import of overhauled version of versitSaxDriver
[sope] / sope-ical / NGiCal / iCalEvent.h
index 1559038f5918630cfcb1855415ef739b2572d5f9..19f74fcb0ec0508f8c7b1a2a8ab83d1a6f873275 100644 (file)
@@ -34,7 +34,7 @@
 */
 
 @class NSString, NSMutableArray, NSCalendarDate;
-@class iCalPerson;
+@class iCalPerson, iCalEventChanges;
 
 @interface iCalEvent : iCalEntityObject
 {
@@ -53,6 +53,8 @@
 - (BOOL)hasDuration;
 - (NSTimeInterval)durationAsTimeInterval;
 
+- (iCalEventChanges *)getChangesRelativeToEvent:(iCalEvent *)_event;
+
 @end 
 
 #endif /* __NGiCal_iCalEvent_H__ */