On Sun, Mar 8, 2009 at 10:48 AM, James Coglan <[email protected]> wrote:
>
> It seems to log in okay and reads the title of the private feed fine
> ( alert(Feed.getTitle().getText()); ), but then when I try to insert
> entries it either redirects to the login page again or calls the error
> function ( console.log(arguments); ), saying authentication is
> required. This happens locally and when running on a public domain.
> I've read the docs over and over and can't get this to work, can
> someone please help out?

James,
Here's what one of the other engineers I spoke to recommended when I
mentioned this issue:

"I wonder if one of his entry variables is invalid.  Can he try
creating a minimal event, like the one in the interactive dev guide
here:

http://code.google.com/apis/calendar/docs/1.0/developers_guide_js.html#Interactive_Samples

If that works, one of his entry variables might be incorrect.  It
might be good practice to use the variable constructors, such as new
google.gdata.When(), instead of pure json objects like he has."

-- 
Trevor Johns

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

Reply via email to