From 249c6f77c11137de6fbd2c8106959d6a036f0d6a Mon Sep 17 00:00:00 2001 From: Marc Blank Date: Thu, 25 Mar 2010 17:07:27 -0700 Subject: [PATCH] When syncing, put time zone into exception events Bug: 2545885 Change-Id: I41d504f16e9fc4776d2d8d7bbd2682b5940cf1d1 --- src/com/android/exchange/adapter/CalendarSyncAdapter.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/android/exchange/adapter/CalendarSyncAdapter.java b/src/com/android/exchange/adapter/CalendarSyncAdapter.java index 5ce444e79..07e4d6269 100644 --- a/src/com/android/exchange/adapter/CalendarSyncAdapter.java +++ b/src/com/android/exchange/adapter/CalendarSyncAdapter.java @@ -533,6 +533,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter { cv.put(Events.ORIGINAL_ALL_DAY, parentCv.getAsInteger(Events.ALL_DAY)); cv.put(Events.EVENT_LOCATION, parentCv.getAsString(Events.EVENT_LOCATION)); cv.put(Events.VISIBILITY, parentCv.getAsString(Events.VISIBILITY)); + cv.put(Events.TIMEZONE, parentCv.getAsString(Events.TIMEZONE)); // This column is the key that links the exception to the serverId // TODO Make sure calendar knows this isn't globally unique!!