Hello Fred, Are you the owner of this calendar? If this is not the case, can you make sure that you have write access to the calendar? Also, I suppose, this is a secondary calendar, but can you confirm?
Thanks! Alain On Mon, May 23, 2011 at 9:24 PM, fred at large <[email protected]>wrote: > javascript code basically outline of the api being used.. > > google.accounts.user.login(scope); > ... > calendarService = new google.gdata.calendar.CalendarService("name service" > ... > event = new google.gdata.calendar.CalendarEventEntry(); > > calendarService.insertEntry(EVENT_FEED_URL, event, entryCreated, > handleError, g > > > I am now getting "This feed is read-only". whereas it did used to work! > maybe this is just google api freakishness, works one week, not the next > at random ? > What is the cause of this freakishness, and is there anything that could > ease the api > freaking out. I'm sure I'm using it correctly..... > the network/internet seems to be responding ok.......anything else it could > be? > > the private url is like > > https://www.google.com/calendar/feeds/xxxxxxxxxxxxxxx%40group.calendar.google.com/private-kkkkkkkkkkkkkkk/full > '; > > why would using the private url be read-only ?????? > should fairly much be able to do anything if using the private feed url, > isn't that right ? > > > > > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
