What is the best way to access Google Calendar from ruby?

Posted by Jakub Hampl on Stack Overflow See other posts from Stack Overflow or by Jakub Hampl
Published on 2010-05-21T03:31:24Z Indexed on 2010/05/21 3:40 UTC
Read the original article Hit count: 249

I'm writing an app for a company that uses Google Calendar internally and would need to use events they already have in their calendar in the app. So I need to get read only access to their calendars from the app (namely I need the events title, start and end dates and attendee emails for all future events).

What is the simplest way to do this in ruby (I would need it to work relatively seamlessly on Heroku)?

I tried using the GCal4Ruby gem which seemed the least outdated of the ones I found but I'm unable to even authenticate through the library (HTTPRequestFailed - Captcha required error) let alone get the info I need.

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails