A small release, thanks to Arnold to point this out.
=== 0.0.3 (May 5th, 2007)
* Handle recurring events
** Added a rrule property and a rrule_as_hash method
Thursday, May 03, 2007
Subscribe to:
Post Comments (Atom)
Google calendar API for Ruby and Rails
2 comments:
hi,
according to
http://benjamin.francisoud.googlepages.com/googlecalendar
i did:
$ gem install googlecalendar
$ irb
irb(main):001:0> require 'googlecalendar'
LoadError: no such file to load -- googlecalendar
from (irb):1:in `require'
from (irb):1
any idea why?
thanks
Did you require rubygems as well?
I tried the example, and got this error:
uninitialized constant GData (NameError)
Post a Comment