search for: acts_as_ev

Displaying 1 result from an estimated 1 matches for "acts_as_ev".

Did you mean: acts_as_
2007 Sep 23
0
Calendar event plugin?
I know this has been done a million times so I do not want to recreate the wheel. Is there an plugin for ActiveRecord that provides calendar event functionality? Basically provides functionality for repeating events, just as a ical or outlook has. Ex: class Event < ActiveRecord::Base acts_as_event end Then I could have a method to find any events that occurs on a certain date, or a certain date range, including events the repeat. Anything like this out there? Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this mes...