Monotone-Parent: d4ec4c64b7bfb4975be1924516e870493eb766a2

Monotone-Revision: 64bb41288f025d8a85a54ff9d3fa322dc9a6f5bd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-28T17:19:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-28 17:19:55 +00:00
parent ac691c1548
commit cbf3f32b3b
2 changed files with 11 additions and 14 deletions
+1 -4
View File
@@ -135,7 +135,6 @@ static SaxObjectDecoder *sax = nil;
- (NSException *)writeNewVEvents:(NSArray *)_events {
SOGoAppointmentFolder *folder;
iCalRenderer *renderer;
NSException *error;
unsigned i, count;
@@ -144,15 +143,13 @@ static SaxObjectDecoder *sax = nil;
reason:@"did not find clientObject?!"];
}
renderer = [iCalRenderer sharedICalendarRenderer];
for (i = 0, count = [_events count]; i < count; i++) {
SOGoAppointmentObject *object;
iCalEvent *event;
NSString *ical;
event = [_events objectAtIndex:i];
ical = [renderer iCalendarStringForEvent:event];
ical = [event versitString];
if (![ical isNotNull] && ([ical length] == 0)) {
[self logWithFormat:@"ERROR: got no ical representation of event: %@",