mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Handle the edition of recurring event occurrences
This commit is contained in:
@@ -158,6 +158,11 @@ static NSArray *reminderValues = nil;
|
||||
[componentCalendar retain];
|
||||
}
|
||||
|
||||
- (BOOL) isChildOccurrence
|
||||
{
|
||||
return [[self clientObject] isKindOfClass: [SOGoComponentOccurence class]];
|
||||
}
|
||||
|
||||
//- (NSString *) title
|
||||
//{
|
||||
// SOGoCalendarComponent *co;
|
||||
|
||||
Reference in New Issue
Block a user