EventCalendar

17 views
Skip to first unread message

faelvi...@gmail.com

unread,
May 21, 2012, 11:07:42 AM5/21/12
to Ruby on Rails: Talk
Hello, I'm using the gem EventCalendar an application. The example is
running perfectly.

class CreateEvents <ActiveRecord :: Migration
def change
create_table: events do | t |

t.date: start_at
t.date: end_at
t.boolean: all_day

t.timestamps
end
end
end

I wonder if anyone here has worked with this gem, because I'm
wondering that the application works as follows ... I specify the days
of the week in which the event occurs, for example, choose a start
date 21/05/2012 and end date 31/05/2012, and just wanted to see the
calendar scheduled every Tuesday and Thursday between these two dates.

In my application when I choose two different dates is marked every
day of the week between those two dates. In my case I want it to check
only on Tuesdays, Thursday and Friday Thursday between those dates.

Can anyone give me any tips on how I do it.

Thank you,
Att

PS: Sorry my English.

Walter Lee Davis

unread,
May 21, 2012, 6:19:36 PM5/21/12
to rubyonra...@googlegroups.com
I've used it, but I can't recall if it does recurring events for you or not. I never tried that option. It definitely works quickly and well to make a calendar with events on it that you specify.

Walter

>
> Thank you,
> Att
>
> PS: Sorry my English.
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>

Reply all
Reply to author
Forward
0 new messages