I think that you are looking for something like this: http://www.google.com/googlecalendar/event_publisher_guide_detail.html
Basically you create a url that has the event attributes as parameters. That page describes the allowed parameters. When the user clicks on a button or a link on your site, they do the GET request on that url. As the example on that page notes, the url looks like: http://www.google.com/calendar/event?action=TEMPLATE&Parameter1&Parameter2&Parameter3 This url doesn't go to the ServiceLogin page directly. Depending on whether the user is currently logged into their Google account, they _may_ be redirected to the ServiceLogin page to authenticate themselves to Google, but if they are currently authenticated, they will go directly to the template page for inserting the event in their calendar. Ray On Thu, Dec 11, 2008 at 1:46 PM, geoklee <[email protected]> wrote: > > I am working on an event list web app in Rails that lets a user save > an event they selected to Google Calendar. I want to interact with > Google Calendar the way many websites do, which is to call it with > this type of URL: https://www.google.com/accounts/ServiceLogin?service=... > However for about a week now I have yet to be able to find any > documentation on this. Please link me to any resource that teaches me > about this. I have looked into AuthSub and OAuth but these mechanism > do not appear (imho) to link to Google Calendar using the type of URL > shown above. Please help! I need to learn it somehow. Thanks! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
