Handle the edition of recurring event occurrences

This commit is contained in:
Francis Lachapelle
2015-07-27 16:02:05 -04:00
parent 049c1385d6
commit 86a0032cc1
9 changed files with 66 additions and 16 deletions
+5
View File
@@ -158,6 +158,11 @@ static NSArray *reminderValues = nil;
[componentCalendar retain];
}
- (BOOL) isChildOccurrence
{
return [[self clientObject] isKindOfClass: [SOGoComponentOccurence class]];
}
//- (NSString *) title
//{
// SOGoCalendarComponent *co;