A problem was reported with rejected requests for calender events, the date
time is improperly formatted on some versions of windows. There is a workaround
created by the user. Thanks very much for finding and reporting this.
report from user:
======
I did the only thing i could think of. I removed the dll references
and used the source code for "Google.Apis.dll".
I modified the BuildRequest() function of "ServiceRequest.cs" and i
got the json for the request.
It was the date with wrong separator for the time...
My date converting function body is:
{
return String.Format("{0:yyyy-MM-ddTHH:mm:sszzz}", myDateTime);
}
this function works good on Win7 and in WinXP returns the date string
with the dot (.) as separator for the time, which is wrong.
I thought this might help somebody else so i wrote about it
Thanks for your suggestion,
bye
Original issue reported on code.google.com by asky...@google.com on 25 Apr 2012 at 6:16
Original issue reported on code.google.com by
asky...@google.com
on 25 Apr 2012 at 6:16