I think I have solved it. Please comment. Calendar calTest = Calendar.getInstance(); calTest.setTimeInMillis(entry.getTimes().get(0).getStartTime().getValue()+ (-1*calTest.getTimeZone().getRawOffset()));
This will correctly create calendar with date correct for an entry and its DateTime info I am subtracting the rawoffset, if it is neg (as in EST) millisecs will be added -- You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/calendar/community/forum.html
