mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
See ChangeLog.
Monotone-Parent: 5768aec2a733241a4cb94db69e98b57603adb638 Monotone-Revision: 553f303f1f7a6910069af8e49e3926e86bece4b7 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-03-29T23:25:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -161,9 +161,9 @@
|
||||
// Calculate the occurrences for the given date
|
||||
ranges = [iCalRecurrenceCalculator recurrenceRangesWithinCalendarDateRange: checkRange
|
||||
firstInstanceCalendarDateRange: firstRange
|
||||
recurrenceRules: [self recurrenceRules]
|
||||
exceptionRules: [self exceptionRules]
|
||||
exceptionDates: [self exceptionDatesWithEventTimeZone: eventTimeZone]];
|
||||
recurrenceRules: [self recurrenceRulesWithTimeZone: eventTimeZone]
|
||||
exceptionRules: [self exceptionRulesWithTimeZone: eventTimeZone]
|
||||
exceptionDates: [self exceptionDatesWithTimeZone: eventTimeZone]];
|
||||
doesOccur = [ranges dateRangeArrayContainsDate: startDate];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user