Monday, December 03, 2007

REL 0.0.6

Release 0.0.6 is out.

The change log:
=== 0.0.6 (Dec 03rd, 2007)
* Added add_reminder and reset_reminders to GData
(see examples/ruby_standalone/gdata_new_event_reminder.rb)
Contribution: Nicolas Fouché
* Added "Quick Add" (see examples/ruby_standalone/gdata_quick_add.rb)
Contribution: Levi Kennedy
* Fixed white space in '@ location.to_s'

I update docs and added the "Quick Add" example to the main plugin page.

Monday, September 24, 2007

REL 0.0.5

Release 0.0.5 is finally out.

I have been really busy for last few month and didn't found time to do this release :(
So there it is! But this time some people contributed and I find it really cool!
Thanks a lot guys, keep the patches going ;)

=== 0.0.5 (Sept 24th, 2007)
* You can now set a different google url in GData class (default value is www.google.com)
* Adding code to post an event to other calendar than the default one
* Get the list of calendar associated with the user.
Thanks to Christos Trochalakis for his contribution :)
* Handle hosted email account (different domain name emails)
Thanks to Sam Morrison for his contribution :)
* Add description and location informations to available fields
Thanks to Kalle Saas for his contribution :)

As always I updated the docs:

Friday, June 08, 2007

REL 0.0.4

=== 0.0.4 (June 8th, 2007)
* Can add simple events now
** Added a GData class and an example of how to use it

See Chapter "Adding Event"

Thursday, May 03, 2007

REL 0.0.3 is out

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