See ChangeLog

Monotone-Parent: 9048b460e440fe34703b374e309791774c315f1d
Monotone-Revision: bd80ab1b5ef73a7bb7780c2f592816cd299c35b8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-01-07T16:23:18
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-01-07 16:23:18 +00:00
parent f824e86590
commit 921ecc3abe
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
2009-01-07 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Scheduler/UIxAppointmentEditor.m ([UIxAppointmentEditor
-saveAction]): for recurrent events with an end date, the method
_adjustRecurrentRules must be called unconditionally. This fixes
the missing occurence on the last day.
2008-01-06 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/Appointments/SOGoCalendarComponent.m
+3 -3
View File
@@ -334,6 +334,9 @@
previousCalendar = [co container];
sm = [SoSecurityManager sharedSecurityManager];
if ([event hasRecurrenceRules])
[self _adjustRecurrentRules];
if ([co isNew])
{
if (componentCalendar && componentCalendar != previousCalendar)
@@ -355,9 +358,6 @@
}
else
{
if ([event hasRecurrenceRules])
[self _adjustRecurrentRules];
// The event was modified -- save it.
[co saveComponent: event];