Are you using magic cookie authentication? That only produces a read- only feed. You will have to use AuthSub proxy authentication or clientLogin username/password authentication method. AuthSub allows you to redirect the user to a Google login site and return an authentication token which you can then use for read-write access to the calendar. clientLogin, on the other hand, uses a hardcoded username and password that has the necessary access to the calendar.
Hope this helps. On Aug 1, 4:35 am, "jacques.gingras" <[email protected]> wrote: > I'm stuck. I've tried setting the Private XML URL ie > (https://www.google.com/calendar/feeds/*calendar*/private/basic) as the second > parameter to the insertEvent functions but I keep getting an error > that says "this is a read-only feed". I dont know how to make it so > that I can access my calendar and add events with the InsertEvent > function. > > Please help! > > Thanks, > -Jacques --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
