On Dec 22, 11:12 am, Mike Porter <[email protected]> wrote: > Hi, > > We are looking for a calendar scheduling solution that supports > recurring events.
I haven't used it, but when I was filling idle time a little bit ago the one I found that I liked the best was: https://github.com/seejohnrun/ice_cube. Its development seems a lot more active than the one you have, which is generally pretty important to me when searching out gems, since things in Rails move so fast. > Some specific requirements are that we need to be able to setup > recurring events, then modify one of those events on a certain day by > deleting it for example. > > Basically, we want the back end for a Google Calender type > functionality. Again, haven't used it but from the perusing it claims to do this (from their github landing page): With ice_cube, you can specify (in order of precendence) Exception Dates - To specifically exclude from a schedule Recurrence Dates - To specifically include in a schedule Exception Rules - Rules on how to exclude recurring dates in a schedule Recurrence Rules - Rules on how to include recurring dates in a schedule HTH, \Peter -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

