[Rails] Re: Runt Recurring events

2008-11-25 Thread Jean-Marc (M2i3.com)
ok basing myself on what I could see on http://www.slideshare.net/cglee/gem-and-i-runt-presentation/ here's what I would do Runt::EveryTE.new(Time.now,2,Runt::DPrecision.Precision.week) which would be every two weeks starting today. Jean-Marc http://m2i3.com On Nov 10, 8:33 pm, David <[EM

[Rails] Re: Runt Recurring events

2008-11-25 Thread Jean-Marc (M2i3.com)
hi David, "every other week" has to have a starting point to be possible to calculate. On Nov 10, 8:33 pm, David <[EMAIL PROTECTED]> wrote: > I guess my question can be summed up as: can you create a recurring > event for every other week using the Runt class? > > On Nov 10, 3:20 pm, David <[EMA

[Rails] Re: Runt Recurring events

2008-11-10 Thread David
I guess my question can be summed up as: can you create a recurring event for every other week using the Runt class? On Nov 10, 3:20 pm, David <[EMAIL PROTECTED]> wrote: > I am planning on using Runt to calculate recurring events.  I > calculate a Runt object in the view and use it to see if it i