Calendar_helper: script/plugin install http://topfunky.net/svn/plugins/calendar_helper/

Hi,
I have used calendar helper to highlight special days.
By using this plugin script/plugin install
http://topfunky.net/svn/plugins/calendar_helper/ in rails 3.
I wouldnt update the class name for the specific day. how to do
it???////

Add my code is
<%= raw calendar(:year => @year,:month =>@month ) do |d| if d.mday % 2
== 0
[d.mday, {:class => ‘day holiday’}] end end %>