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

Reply via email to