Ok, thanks for the direction Ray. I need my Web App (Apache/Linux server) to provide updates to my Google Calendar as and when updates are made within the app. It is not a manual activity that I do alone, but other authorized users of the Web App make schedule adds/deletes/changes so I am looking to have integration between the web server and the Google Calendar.
I will pursue the "Client Login" method instead and see where I get with that. On Nov 24, 1:04 am, "Ray Baxter" <[EMAIL PROTECTED]> wrote: > If you don't want to manually login, then you need to use client login > instead of authsub. This requires you to store your google account and > password information somewhere on your server. > > http://code.google.com/apis/gdata/auth.html > > In practical terms though you might want to rethink authsub in terms > of your own expected use. If you are always logged into Google, your > authsub authentication is effectively a one-time authorization that > will remain in effect as long as your current authentication to Google > remains in effect. If you are trying to update your website > automatically (not thorough your browser) then client auth is the way > to go. > > Ray > > On Sun, Nov 23, 2008 at 5:51 AM, Dr. Dot <[EMAIL PROTECTED]> wrote: > > > I am not real clear on how to integrate one of my Web apps to my > > Google Calendar. I am trying to step through the AuthSub function but > > it seems that there needs to be a manual login process. I want to > > automatically update my Google Calendar from my private Web App > > without having to manually login. Is there a way to make this happen > > through the API(s)? > > > Can anyone point me to which of the Google Calendar API's I need to > > use to piece the automation process together? > > > Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
