Ok, thank you Ray.

I looked briefly at the Client Login and I guess I am still unsure as
to how I can get my Web App to communicate with Calendar. My App runs
on a Linux/Apache server and I want to keep a schedule module I have
in the app to be in sync with a Google Calendar I created -- that is,
whenever adds/changes/deletes get applied in the app I would like to
have them automatically update the Google Calendar. Can this be done?

I am not the only user of the Web App that keeps the schedule up to
date. There are other authorized users that login to the app and do
the same.

What I want to avoid is having to give out my Google credentials in
order that users of the web app have to authenticate to Google
Calendar before their updates can take place.

Hopefully I can figure a way to get my web app to update the Google
Calendar automatically.

I'll keep looking into how to make that happen. If you know that this
can or can;t be done, I'd appreciate it -- it will help me to not
spend too much time trying to figure it out.

Thanks again.


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
-~----------~----~----~----~------~----~------~--~---

Reply via email to