6 messages in com.googlegroups.google-calendar-help-dataapiRe: where is the time zone info with ...
FromSent OnAttachments
vijay shanker22 Apr 2008 02:34 
Austin (Google)23 Apr 2008 11:00 
vijay shanker23 Apr 2008 22:25 
Austin (Google)23 Apr 2008 22:38 
vijay shanker24 Apr 2008 02:43 
Austin (Google)25 Apr 2008 00:35 
Subject:Re: where is the time zone info with CalendarEventFeed
From:vijay shanker (vija@gmail.com)
Date:04/23/2008 10:25:46 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi Austin,

you said start and end time can not be changed they can only be in calendar specific timezone but here i am using this parameter with my query object. query.setStringCustomParameter("ctz", "GMT");

now i can get all my events with Start and end time in GMT.

So will it be safe to use if i want to get the events as their start and end time is in GMT.