Monotone-Parent: 7a1fc7e1b5d60ae3e3a4d289cffab17d5e39bd1c

Monotone-Revision: 1d96eb01ca4f1e1ff7b481d2272c4064c2eb170f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-19T21:11:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-11-19 21:11:01 +00:00
parent 8ab9c5de68
commit 094442dc90
4 changed files with 189 additions and 1 deletions
+15 -1
View File
@@ -29,7 +29,7 @@
#import "MAPIApplication.h"
#import "MAPIStoreAuthenticator.h"
#import "NSDate+MAPIStore.h"
#import "NSCalendarDate+MAPIStore.h"
#import "NSString+MAPIStore.h"
#import "SOGoGCSFolder+MAPIStore.h"
@@ -152,6 +152,20 @@
return rc;
}
- (id) createMessageInFolder: (id) parentFolder
{
SOGoAppointmentObject *newEntry;
NSString *name;
name = [NSString stringWithFormat: @"%@.ics",
[SOGoObject globallyUniqueObjectId]];
newEntry = [SOGoAppointmentObject objectWithName: name
inContainer: parentFolder];
[newEntry setIsNew: YES];
return newEntry;
}
// - (int) getFolderTableChildproperty: (void **) data
// atURL: (NSString *) childURL
// withTag: (uint32_t) proptag