Monotone-Parent: 52de90085e2d18ded0d0c315e7148e1c72feb785

Monotone-Revision: 99d14630f5294d40da6680a39d69b6f1b7853938

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-07-17T21:12:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-07-17 21:12:43 +00:00
parent e1beed1ba0
commit bdc02c26ab
46 changed files with 1595 additions and 521 deletions
+9
View File
@@ -35,6 +35,7 @@
#import "NSArray+Appointments.h"
#import "SOGoAptMailNotification.h"
#import "SOGoAppointmentFolder.h"
#import "SOGoTaskOccurence.h"
#import "SOGoTaskObject.h"
@@ -45,6 +46,14 @@
return @"vtodo";
}
- (SOGoComponentOccurence *) occurence: (iCalRepeatableEntityObject *) occ
{
return [SOGoTaskOccurence occurenceWithComponent: occ
withMasterComponent: [self component: NO
secure: NO]
inContainer: self];
}
/* message type */
- (NSString *) outlookMessageClass