Googlecalendar
GoogleCalendarGenerator
Plugin generator for Ruby On Rails
Allow to display google Calendar events in a Rails application.
- Project page: http://benjamin.francisoud.googlepages.com/googlecalendar
- RubyForge page: http://rubyforge.org/projects/googlecalendar
- Ruby standalone api doc: http://googlecalendar.rubyforge.org/doc
Install
* [railsapp]>ruby script/plugin install svn://rubyforge.org//var/svn/googlecalendar/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 the calendar plugin: http://wiki.rubyonrails.com/rails/pages/Calendar+Helper+Plugin
Usage
* [railsapp]>ruby script/generate googlecalendar
== Author
Benjamin Francisoud – http://rubyscube.blogspot.com
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly