Does "at least one public calendar in Google Calendar" include this particular calendar, calendar Id == [email protected]?
If [email protected] is not a public calendar, then you will get a 403. Ray On Tue, Jan 27, 2009 at 3:55 PM, James Coglan <[email protected]> wrote: > > Hi all, > > I have at least one public calendar in Google Calendar but I get 403 > errors when trying to access my feeds. This is my code: > > google.load("gdata", "1"); > > google.setOnLoadCallback(function() { > var feedUrl = 'http://www.google.com/calendar/feeds/ > [email protected]/public/full', > service = new google.gdata.calendar.CalendarService > ('exampleCo-exampleApp-1'); > > service.getCalendarsFeed(feedUrl, function() { > console.log(arguments); > }); > }); > > Can someone spot what I'm doing wrong? I've just started reading the > API tutorials and cannot get the examples to work. > > Thanks in advance, > James > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
