This can definitly be a privacy issue. I am not sure what type of service you are creating, but your users need to trust you with their password for this to work. I personally would trust no site with my google account data. If you don't want to show the AuthSub page, you could use the ClientLogin method to permanently log in to google calendar.
Philipp On Dec 1, 10:13 pm, "srk" <[EMAIL PROTECTED]> wrote: > I am using a link in my web application which when clicked will display > the google calendar. > The is as > follows..http://www.google.com/calendar/embed?src=userid%40gmail.com..Thisworks > only when the user of the gmail account has allowed public access to > his calendar which the user has to set in the calendar settings.Is > there a way i can use this link to display the calendar even if the > settings in the calendar does not allow public access and use > authentication that can be done by coding. I can use the following url > for displaying the google login page for > authentication..https://www.google.com/accounts/AuthSubRequest?next=http://localhost/... > > But the problem is that my requirement is that i dont want to ask the > user of my web application to enter the user name and password > everytime he wants to view the google calendar form the web > application. We have all the users gmail user ids and passwords in the > databse. Is there a way i can use these account details for > authentication without having to show the login page of > google....please help.....thanks in advance..... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
