Monotone-Parent: 9475f39d99549bfa74e7f88be7e54d9650beb0d5

Monotone-Revision: d953e1b8cae8bcdf2a3cff4219ea365af8391941

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-13T20:31:41
This commit is contained in:
Wolfgang Sourdeau
2012-07-13 20:31:41 +00:00
parent caf58a7c4a
commit 82f3f1b3d9
8 changed files with 152 additions and 42 deletions
+6
View File
@@ -32,6 +32,7 @@
#import <SoObjects/SOGo/SOGoMailer.h>
#import "iCalCalendar+SOGo.h"
#import "NSArray+Appointments.h"
#import "SOGoAptMailNotification.h"
#import "SOGoAppointmentFolder.h"
@@ -46,6 +47,11 @@
return @"vtodo";
}
- (iCalRepeatableEntityObject *) lookupOccurrence: (NSString *) recID
{
return [[self calendar: NO secure: NO] todoWithRecurrenceID: recID];
}
- (SOGoComponentOccurence *) occurence: (iCalRepeatableEntityObject *) occ
{
NSArray *allTodos;