mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-05 21:47:59 +00:00
Monotone-Parent: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344
Monotone-Revision: 7eb19f1f060daa6cb0a2421481ec351910c3af68 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-20T19:07:03
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2012-07-20 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolder.m
|
||||
(_appendCycleException:firstInstanceCalendarDateRange:fromRow:forRange:withTimeZone:toArray:):
|
||||
return immediately if the occurrence does not have a valid
|
||||
recurrence-id.
|
||||
|
||||
2012-07-20 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/MailerUI.js (onEmailTo): append the email
|
||||
|
||||
@@ -863,6 +863,11 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
|
||||
newRecord = nil;
|
||||
recurrenceId = [component recurrenceId];
|
||||
if (!recurrenceId)
|
||||
{
|
||||
[self errorWithFormat: @"ignored component with an empty EXCEPTION-ID"];
|
||||
return;
|
||||
}
|
||||
|
||||
if (tz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user