Hi Raj, I'm assuming your trying to determine how to do authentication without requiring user interaction.
If you are trying to write a program (non-web-application) which authenticates to the calendar and retrieves your feed, you can use the ClientLogin method of authentication. See 'Account Authentication for Installed Applications' at the URL following this note. If you are trying to authenticate the user once through the web browser (where the user's credentials would not be exposed to you) and then be able to access the calendar programatically 'in the backend', you can use the AuthSub authentication, labeled as 'Account Authentication Proxy for Web Applications' at the following URL: http://code.google.com/apis/accounts/Authentication.html Please let me know if this answers your question, or if I'm misinterpretting it :) Thanks, -Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
