NickC wrote:
> The format of the UTC datetimes looks wrong - should not have two -'s
> before the time zone at the end, just one. Maybe try setting .Updated
> and .Published to a valid DateTime - e.g. DateTime.Now, and see if that
> helps.
>
> Also, this API is a beta...it's not expected to be perfect. I suspect
> that constructive criticism will work better than sarcasm, if you want
> the guys at Google to listen!

I think you're on to the problem here.  I was able to alter and resend
the request using Fiddler to intercept it. Removing one of the -'s
caused it to work, and adding it back resulted in the same http 401
error I get using the .NET library.

Unfortunately setting Update and Published makes no differene.  The
problem appears to be with the WriteLocalDateTimeInUtc method that is
in atombase.cs.  I think it's adding an extra - when appending the time
zone information to the string.  Unfortunately, I can't figure out how
to get the solution to compile.  I tried compiling the solution, and
got a whole lot of errors.  I also tried using ant to build it, and got
even more confusing errors.

Anyone know if there some references that I need to add to the solution
before I compile it?


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

Reply via email to