diff --git a/SoObjects/Appointments/SOGoCalendarComponent.h b/SoObjects/Appointments/SOGoCalendarComponent.h index fc111f5a6..ebffdb7b0 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.h +++ b/SoObjects/Appointments/SOGoCalendarComponent.h @@ -24,6 +24,7 @@ #ifndef SOGOCALENDARCOMPONENT_H #define SOGOCALENDARCOMPONENT_H +#import #import #import "SOGoComponentOccurence.h" @@ -79,6 +80,7 @@ addedAttendees: (NSArray *) theAddedAttendees deletedAttendees: (NSArray *) theDeletedAttendees updatedAttendees: (NSArray *) theUpdatedAttendees; + operation: (SOGoEventOperation) theOperation; - (iCalPerson *) findParticipantWithUID: (NSString *) uid;