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 <[EMAIL PROTECTED]> 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 -
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---