mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 8fb969e757a4404632a8e53c60633563b80e39d4
Monotone-Revision: f0bbd5c2ee25d0180b238170194330bf01bfa9fd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-16T21:15:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -692,8 +692,8 @@ _userStateInEvent (NSArray *event)
|
||||
startSecs = (unsigned int) [startDate timeIntervalSince1970];
|
||||
endsSecs = (unsigned int) [endDate timeIntervalSince1970];
|
||||
|
||||
if ([[event objectAtIndex: 12] boolValue]) // c_iscycle
|
||||
recurrenceTime = [[event objectAtIndex: 14] unsignedIntValue]; // c_recurrence_id
|
||||
if ([[event objectAtIndex: 13] boolValue]) // c_iscycle
|
||||
recurrenceTime = [[event objectAtIndex: 15] unsignedIntValue]; // c_recurrence_id
|
||||
else
|
||||
recurrenceTime = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user