The documents are imprecise. They should say, "First, authenticate the user, if required, and if you haven't already done so."
Taking the example directly from where you indicated, this url works as expected without any authentication: http://www.google.com/calendar/feeds/calendar.maven%40gmail.com/public/full?start-min=2009-04-13T00:00:00&start-max=2009-04-13T23:59:59 Also, I built the Objective-C api and I see that you can also view calendars that you don't own and issue queries on them. By checking the box on the sample app to "Log http to desktop" I was able to see that the api issued exactly this query: http://www.google.com/calendar/feeds/calendar.maven%40gmail.com/private/full?start-index=1&max-results=10&start-min=2009-04-13T00%3A00%3A00-07%3A00&start-max=2009-04-13T23%3A59%3A59-07%3A00 If you look at the sample code for queryTodaysEvents you should be able to modify it appropriately to query of any time span by passing in the correct times and the public calendar's feedurl. Ray On Mon, Apr 13, 2009 at 1:58 PM, Tom Harrington <[email protected]> wrote: > > On Apr 13, 11:52 am, Ray Baxter <[email protected]> wrote: >> There are several different APIs here, so it's important to be precise. > > I get that but I'm finding it difficult to do, not least because I'm > finding it almost impossible to relate method calls in the Objective C > API to actions described in the calendar API documentation. > > Regardless I think I have my answer. The calendar API docs, under > "Retrieving events for a specified date range" read in part "First, > authenticate the user, if you haven't already done so." Regardless of > terminology, unless the docs are incorrect or there's a work-around > someone can suggest, it would appear that I can't do the kind of query > I'm looking for without first authenticating as a user. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
