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:
Francis Lachapelle
2008-12-30 16:57:46 +00:00
parent 4df63a393f
commit f6a0ae15c8
3 changed files with 17 additions and 5 deletions
+3 -3
View File
@@ -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",