mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-13 02:43:17 +00:00
Monotone-Parent: 6f1338144b759c9dc200e2c5d7293a054ecf5ebf
Monotone-Revision: cf113a40bd52153bf7981b492915e149294e2c84 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-30T16:57:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
|
||||
startDate = [event startDate];
|
||||
daylightOffset = 0;
|
||||
|
||||
|
||||
if ([co isNew] && [co isKindOfClass: [SOGoAppointmentOccurence class]])
|
||||
{
|
||||
// We are creating a new exception in a recurrent event -- compute the daylight
|
||||
@@ -416,10 +416,10 @@
|
||||
}
|
||||
}
|
||||
data = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[dateFormatter formattedDate: eventDate], @"startDate",
|
||||
[dateFormatter formattedDate: eventDate], @"startDate",
|
||||
[dateFormatter formattedTime: eventDate], @"startTime",
|
||||
([event hasRecurrenceRules]? @"1": @"0"), @"isReccurent",
|
||||
([event isAllDay] ? @"1": @"0"), @"isAllDay",
|
||||
([event isAllDay]? @"1": @"0"), @"isAllDay",
|
||||
[event summary], @"summary",
|
||||
[event location], @"location",
|
||||
[event comment], @"description",
|
||||
|
||||
Reference in New Issue
Block a user