mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 00:22:44 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user