Monotone-Parent: 3e37d64800faf93e948c9831e2985ae7f4da314a

Monotone-Revision: c376ff04c7ac6aed511caec05718166c8170cc7c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-02T18:18:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-11-02 18:18:32 +00:00
parent ff5efe1b19
commit db46c4e1a5
2 changed files with 8 additions and 4 deletions

View File

@@ -712,14 +712,17 @@
if (value)
[newEvent setLocation: value];
tzName = [[self ownerTimeZone] name];
tz = [iCalTimeZone timeZoneForName: tzName];
[vCalendar addTimeZone: tz];
isAllDay = [[properties
objectForKey: MAPIPropertyKey (PidLidAppointmentSubType)]
boolValue];
if (!isAllDay)
{
tzName = [[self ownerTimeZone] name];
tz = [iCalTimeZone timeZoneForName: tzName];
[vCalendar addTimeZone: tz];
}
// start
value = [properties objectForKey: MAPIPropertyKey (PR_START_DATE)];
if (!value)