Tuesday, June 20, 2006

Rails plugin RDoc available online

Ruby On Rails plugin RDoc is available at: http://googlecalendar.rubyforge.org/plugins/doc

[Ann] REL 0.0.2

The first release of the goglecalendar standalone is out!

Install:
gem install googlecalendar

How to use it see:
http://benjamin.francisoud.googlepages.com/googlecalendar

Additionnal informations:
gem list --remote --details googlecalendar


Monday, June 19, 2006

Changed the version number

I don't feel the project is ready for a 1.0.x release, so I decided to stick with a 0.0.x number until the project is stable enough...

Rdoc is now available

I uploaded the rdoc on rubyforge, you can now browse it inline at: http://googlecalendar.rubyforge.org/doc

Friday, June 16, 2006

Added infrastructure files

  • Added Rakefile
  • Added Gem, Zip, Tar packaging
  • Added RDoc and gnerated doc
  • Moved googlecalendar.rb back to lib
  • Added copy of googlecalendar.rb to plugin lib dir
  • Refactored examples

Now I need to find a way to publish this to rubyforge :)

Wednesday, June 07, 2006

Available calendar informations

How do i view all the google calendar data? For instance an event description is there an easy way to getting this data?
Currently, after parsing the data, you can access those data:
  • calendar.product_id
  • calendar.version
  • calendar.scale
  • calendar.method
calendar.events is an array of Event... so you need to iterate over it ;)
For each event you should see:
  • event.start_date
  • event.end_date
  • event.time_stamp
  • event.class_name
  • event.created
  • event.last_modified
  • event.status
  • event.summary

About this blog

This blog will deal with the latest news about the google calendar api for ruby and rails'project.

Let's get started!