4 messages in com.googlegroups.google-calendar-help-dataapiRe: Incorrect feed when timezone chan...
FromSent OnAttachments
Frank Mantek21 Sep 2007 02:39 
Jozy21 Sep 2007 04:29 
Frank Mantek21 Sep 2007 04:46 
Jozy21 Sep 2007 05:27 
Subject:Re: Incorrect feed when timezone changed.
From:Jozy (kara@gmail.com)
Date:09/21/2007 05:27:37 AM
List:com.googlegroups.google-calendar-help-dataapi

Hi I have tried to capture web activities using Fiddler, but its not capturing requests via emulator. Please suggest.

Regards Karan

On Sep 21, 4:47 pm, Frank Mantek <fman@gmail.com> wrote:

can you put a fiddler trace inbetween and (remove auth) send us a snippet to illustrate the problem (also the output might lead us to see what's going on)

Frank Mantek Google On Sep 21, 2007, at 1:29 PM, Jozy wrote:

Hi Thanks for the reply. As per ur query :

1. I am not testing this code on my device but on Emulator( Windows Mobile 6.0 Professional Emulator ) and i have tested for 3 timezones - Pacific standard time, Indian standard time, GMT. Any switch in timezone results in this behaviour.

2. Of course i am updating ctz parameter and value being updated is correct as per new timezone of the PDA.

3. I tested the same in a sample console application, using Google APIs for Windows .Net Framework, and retrieved correct results. So might be some problem with Google dll for compact framework.

Regards Karan

On Sep 21, 2:40 pm, Frank Mantek <fman@gmail.com> wrote:

Let's move this to the correct discussion group, as this was google- base, but you are inquiring about google-calendar.

Is this:

happening for every tz change on your PDA?

are you updating the ctz parameter when you do that?

can you reproduce the same on the desktop?

I doubt it is a problem in the client DLLs, but i have no problem imagining that we return interesting results for some timezones... ?

Regards

Frank Mantek Google

On Sep 21, 2007, at 8:18 AM, Jozy wrote:

Hi I am working in Windows Mobile 6.0 environment, and i am getting calendar feed from google calendar as follows.

AtomEntryCollection gcalEvents = null; EventQuery query = new EventQuery(calendarURI); CalendarService service = new CalendarService("ApplicationName"); service.setUserCredentials(userName, password); query.ExtraParameters = string.Format("ctz={0}", "Asia/Calcutta"); EventFeed calFeed = service.Query(query); gcalEvents = calFeed.Entries;

It works fine and retrieves event times according to ctz paramter.

The problem occurs when timezone of my PDA is changed. The event times retrieved are irregular (Neither according to timezone as per new ctz value, nor to old ctz value ).

Please help , as if i believe there is some problem in Google's dll.

Thanks and regards Karan- Hide quoted text -

- Show quoted text -- Hide quoted text -

- Show quoted text -