From 607e43034c4c57ca033a8430444e1ff6990d4116 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 17 Mar 2009 20:04:23 +0000 Subject: [PATCH] Monotone-Parent: 1ea72fe4c00feaa5d76d04db030b066b008f269e Monotone-Revision: 69a8d2cacd25c46b70eb478efad9561bfba7a390 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-03-17T20:04:23 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m b/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m index 1e69a1d13..cbdd8d9ab 100644 --- a/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +++ b/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m @@ -109,13 +109,11 @@ NSArray *ranges; NGCalendarDateRange *checkRange; NSCalendarDate *endDate; - NSTimeZone *tz; BOOL doesOccur; - signed daylightOffset; doesOccur = [self isRecurrent]; if (doesOccur) - { + { endDate = [occurenceDate addTimeInterval: [self occurenceInterval]]; checkRange = [NGCalendarDateRange calendarDateRangeWithStartDate: occurenceDate endDate: endDate];