See ChangeLog.

Monotone-Parent: 553f303f1f7a6910069af8e49e3926e86bece4b7
Monotone-Revision: bca01c4b6bca68557777af637fd2dfc8b775df37

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-29T23:34:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-29 23:34:37 +00:00
parent 6b3d99424a
commit a2ca7e48d7
3 changed files with 18 additions and 5 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
/* UIxAppointmentActions.m - this file is part of SOGo
*
* Copyright (C) 2010 Inverse inc.
* Copyright (C) 2011 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
@@ -35,6 +35,7 @@
#import <SOGo/NSCalendarDate+SOGo.h>
#import <SOGo/SOGoUser.h>
#import <SOGo/SOGoUserDefaults.h>
#import <Appointments/iCalEvent+SOGo.h>
#import <Appointments/SOGoAppointmentObject.h>
#import <Common/WODirectAction+SOGo.h>
@@ -98,6 +99,10 @@
[event setStartDate: newStart];
[event setEndDate: newEnd];
}
if ([event hasRecurrenceRules])
[event updateRecurrenceRulesUntilDate: end];
[co saveComponent: event];
response = [self responseWith204];