Added birthday support

Monotone-Parent: ad64289576535182e420c1b6705c182136a906ce
Monotone-Revision: 6bb1bd2b9a63daae8f56da56b2ba72ac8bad2d3e

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-09-23T18:16:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-09-23 18:16:46 +00:00
parent ac97fadd04
commit a0112fdbf8
2 changed files with 11 additions and 6 deletions

View File

@@ -311,14 +311,12 @@
}
- (void) _setupRecurrenceInCalendar: (iCalCalendar *) calendar
withEvent: (iCalEvent *) event
fromData: (NSData *) mapiRecurrenceData
{
struct Binary_r *blob;
struct AppointmentRecurrencePattern *pattern;
NSMutableArray *otherEvents;
iCalEvent *event;
event = [sogoObject component: NO secure: NO];
/* cleanup */
otherEvents = [[calendar events] mutableCopy];
@@ -498,6 +496,7 @@
objectForKey: MAPIPropertyKey (PidLidAppointmentRecur)];
if (value)
[self _setupRecurrenceInCalendar: vCalendar
withEvent: newEvent
fromData: value];
// Organizer