Hi, Authentication is only required for private calendar, all public calendars can be accessed programmatically via API without authentication.
There are two type of authentication for Google API products, ClientLogin or AuthSub. ClientLogin is simply hardcoding the user/password within your code to authenticate, whereas AuthSub redirects the user to Google page for authenticate and then redirect back to your web app. For more information on the auth mechanism, please go to - http://code.google.com/apis/accounts/ Austin On Tue, Aug 26, 2008 at 6:19 AM, samsus <[EMAIL PROTECTED]> wrote: > > Hello, > > Im just starting with Gdata and google calendar api, until now all > demos i have seen require that the user goes (in the browser) to a > page saying "grant acess to this site", is this step absolutely > necessary? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
