oc-calendar: Use the calendar's time zone if it is present

If the event was created by the MAPI client, the client's time zone (if
present) is assigned to the event's calendar in iCalEvent+MAPIStore.
This way, we can use it to deliver the event's properties correctly.
This commit is contained in:
Juan Vallés
2015-12-16 18:49:09 +01:00
parent 4ae5feb131
commit 376e717f45
9 changed files with 73 additions and 119 deletions

View File

@@ -58,7 +58,6 @@
wrapperWithICalEvent: [newContainer event]
andUser: [userContext sogoUser]
andSenderEmail: nil
inTimeZone: [userContext timeZone]
withConnectionInfo: [context connectionInfo]];
[self addProxy: appointmentWrapper];
}