mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
fix(calendar): put valarm at the end of vevent block to satisfy outlook.office.com which is too lazy to follow the spec
This commit is contained in:
@@ -355,12 +355,12 @@ NSNumber *iCalDistantFutureNumber = nil;
|
||||
if ([o isKindOfClass: [NSArray class]])
|
||||
[self _setAttendees: o];
|
||||
|
||||
o = [data objectForKey: @"alarm"];
|
||||
if ([o isKindOfClass: [NSDictionary class]])
|
||||
{
|
||||
owner = [data objectForKey: @"owner"];
|
||||
[self _setAlarm: o forOwner: owner];
|
||||
}
|
||||
// o = [data objectForKey: @"alarm"];
|
||||
// if ([o isKindOfClass: [NSDictionary class]])
|
||||
// {
|
||||
// owner = [data objectForKey: @"owner"];
|
||||
// [self _setAlarm: o forOwner: owner];
|
||||
// }
|
||||
|
||||
// Other attributes depend on the client object and therefore are set in [UIxComponentEditor setAttributes:]:
|
||||
// - organizer & "created-by"
|
||||
|
||||
Reference in New Issue
Block a user