Hi Yamamoto,
The system time isn't included in the message sent to the Calendar
server, so that's probably not the issue. There's not currently a
full list of exceptions and error messages, but if you can post more
information about the request you're sending and the response that
your getting I can take a closer look.
Thanks,
Lane
On May 29, 11:23 pm, yamamoto <[EMAIL PROTECTED]> wrote:
> Hi,
>
> What I did on WinCe6.0-base mobile devices with C# are below.
>
> 1.Set system's time as 2007/1/1
> 2.Run the program below
>
> //Begin
> try
> {
> EventFeed calFeed = service.Query(query);}
>
> catch(Exception ex)
> {
> Console.WriteLine("Exception Message: {0}", ex.Message);}
>
> //End
>
> 3. The result:
> An exception is thrown with the message of "Exceution of request
> failed:http://www.google.com/calendar/feeds/defaut/private/full"
>
> I would like to know if the similarity of time between the server and
> the client is checked by Google Calendar APIs. If yes, what is the
> scenario or the limitaiton for it.
>
> Additionally, are there any exception tables supported for showing
> error cases and corresponding messages.
>
> Regards,
>
> Yamamoto
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---