faelvi...@gmail.com
unread,May 22, 2012, 4:17:53 PM5/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Event Calendar Plugin
Hello, I'm using an application EventCalendar gem. The example is
running smoothly.
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
final
final
final
I want to specify the days
the week in which the event occurs, for example, choose a start date
21/05/2012 and ending 31/05/2012, and just wanted to check the
calendar every Tuesday and Thursday between those dates, or all of the
second -feira/quarta-feira/sexta-feira.
In my application when I choose two different dates is marked every
day of the week between those two dates.
Can anyone give me any tips on how I do it.
Thank you,
Att
PS: Sorry for my English.