Yes, it is possible. If you just fetch a public calendar feed url, you'll get the data for that calendar.
Here's an example: http://www.google.com/calendar/feeds/calendar.maven%40gmail.com/public/full You can get the results from that calendar by clicking on the url or from your application program. What urls are you trying to access? You won't be able to access the default, allcalendars or owncalendars feeds without authentication because those calendar feed urls are the same for all users and they can't be disambiguated without authenticating. Hope that helps, Ray On Sat, Apr 11, 2009 at 4:22 PM, Tom Harrington <[email protected]> wrote: > > Is it possible to get a feed for a public calendar without setting a > username and password on the calendar service object? I had thought > that since the calendar is readable by anyone it would be possible to > get events without logging in, but I've been unable to make it > happen. If I don't provide a valid username and password, I get no > access. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
