mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user