mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user