mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
Monotone-Parent: 9475f39d99549bfa74e7f88be7e54d9650beb0d5
Monotone-Revision: d953e1b8cae8bcdf2a3cff4219ea365af8391941 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:31:41
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user