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
-~----------~----~----~----~------~----~------~--~---