GCal4Ruby

  • If you like GCal4Ruby, try GDocs4Ruby. Access, update and download your Google documents with Ruby.
  • GCal4Ruby is now available on GitHub: http://github.com/mjreich/GCal4Ruby
  • GCal4Ruby is a Ruby Gem that can be used to interact with the current version of the Google Calendar API. GCal4Ruby provides the following features:

    • Create and edit calendar events
    • Add and invite users to events
    • Set reminders
    • Make recurring events

    Installation
    To install GCal4Ruby, run the following command:

    > gem install gcal4ruby
    

    Documentation
    Sourcecode and documentation for the GCal4Ruby gem is available at http://cookingandcoding.com/docs/gcal4ruby/.

    Example Application
    I’ve created a sample Rails application which implements most of the functionality of the GCal4Ruby gem, so you can get an idea of common ways to integrate it with a website.  The source is available here.

    Posts and Additional Resources
    There have been quite a few posts on using the Google Calendar services in Ruby on Rails through the GCal4Ruby Ruby Gem: