Plugin End Of Life
This plugin is not maintained any more. This page is kept for archive purpose only.You can check on github is someone forked it and if a new "up-to-date" version exists or fork it yourself.
Good luck ;)
Blog:
Google calendar API for Ruby and Rails
Rails Plugin :
GoogleCalendarGenerator
- Plugin generator for Ruby On Rails
- Allow to display google Calendar events in a Rails application.
Show don't tell

Install
- [railsapp]>ruby script/plugin install -x http://googlecalendar.rubyforge.org/svn/plugins/googlecalendar
Dependancy
You need to install the CalendarHelperPlugin:
- [railsapp]>ruby script/plugin install http://topfunky.net/svn/plugins/calendar_helper
- [railsapp]/vendor/plugins/calendar_helper>rake rdoc
- [railsapp]>ruby script/generate calendar_styles
For more informations about CalendarHelperPlugin
Usage
- [railsapp]>ruby script/generate googlecalendar
Ruby standalone lib:
Install gem:
Adding an Event
Quick Add
Text export
Html export
More Examples
Take a look at http://googlecalendar.rubyforge.org/svn/examples/ruby_standalone/