mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 10:35:25 +00:00
See ChangeLog
Monotone-Parent: 4ddc37a5ea373379044dff16ec46aefe043aeadd Monotone-Revision: b41f9dce241323b7b2ba27327b93f3fa9aa45178 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-26T13:39:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#import <NGCards/iCalPerson.h>
|
||||
#import <NGCards/iCalTrigger.h>
|
||||
#import <NGCards/iCalRecurrenceRule.h>
|
||||
#import <NGCards/iCalTimeZone.h>
|
||||
#import <NGCards/iCalDateTime.h>
|
||||
|
||||
#import <SoObjects/SOGo/NSDictionary+Utilities.h>
|
||||
#import <SoObjects/SOGo/SOGoUser.h>
|
||||
@@ -527,8 +529,8 @@
|
||||
|
||||
tz = [iCalTimeZone timeZoneForName: [[[context activeUser] timeZone] name]];
|
||||
[[event parent] addTimeZone: tz];
|
||||
[[event uniqueChildWithTag: @"dtstart"] setTimeZone: tz];
|
||||
[[event uniqueChildWithTag: @"dtend"] setTimeZone: tz];
|
||||
[(iCalDateTime *)[event uniqueChildWithTag: @"dtstart"] setTimeZone: tz];
|
||||
[(iCalDateTime *)[event uniqueChildWithTag: @"dtend"] setTimeZone: tz];
|
||||
}
|
||||
|
||||
[event setTransparency: (isTransparent? @"TRANSPARENT" : @"OPAQUE")];
|
||||
|
||||
Reference in New Issue
Block a user