mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: f071f53cbc4a39b0b852c58e7e57332f05ef1e0c
Monotone-Revision: 471d12add6428916fe0b3d9938d1362d062f1de1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T21:03:50
This commit is contained in:
@@ -299,7 +299,7 @@
|
||||
if (recurrenceId)
|
||||
{
|
||||
recurrenceTime = [NSString stringWithFormat: @"%f", [recurrenceId timeIntervalSince1970]];
|
||||
isInCalendar = ([[self storedEventObject] lookupOccurence: recurrenceTime] != nil);
|
||||
isInCalendar = ([[self storedEventObject] lookupOccurrence: recurrenceTime] != nil);
|
||||
}
|
||||
else
|
||||
isInCalendar = ([self storedEventObject] != nil);
|
||||
@@ -324,7 +324,7 @@
|
||||
iCalPerson *organizer;
|
||||
|
||||
recurrenceTime = [NSString stringWithFormat: @"%f", [recurrenceId timeIntervalSince1970]];
|
||||
storedEvent = (iCalEvent*)[[self storedEventObject] lookupOccurence: recurrenceTime];
|
||||
storedEvent = (iCalEvent*)[[self storedEventObject] lookupOccurrence: recurrenceTime];
|
||||
|
||||
if (storedEvent == nil)
|
||||
// If no occurence found, create one
|
||||
|
||||
Reference in New Issue
Block a user