schedule_attributes
schedule_attributes copied to clipboard
Makes it easy to make forms for recurring events.
Bump all dependencies for Rails 5.2 support. Note, this kills the exrules serialization due to https://github.com/seejohnrun/ice_cube/issues/127
This isn't really the responsibility of the gem, also, Formtastic.
Allow proc, symbol or string for setting default schedule in `has_schedule_attributes` class method.
EXRULE has long been deprecated in iCalendar RFC and IceCube. Currently the rules that set up `start_day_of_month` and `end_day_of_month` are done using a mask over the `start_month` and `end_month` inputs...
Hi, I am not able to add occurrences count to my scheduled parameters. For the specific end time, I can add end_date parameter and that will create schedule with the...
I made a method which sets the end_time-date one day later than the start_time-date, if @params[:end_time]
I've been fighting with this for a while, with no success. Please check this test: https://github.com/dgilperez/schedule_attributes/commit/544b2fefb1a984c806a2e201e472215eb4bde56b If you run it as it is, it passes. If you comment out the...
Have the ability to create inputs for repeating events that occur during a specific week of the month. For example, an event that occurs twice a month on the 2nd...
Too confusing, sounds like ruby exceptions.
In https://github.com/seejohnrun/ice_cube/issues/99 the meaning of `end_time` has changed to represent the duration of the occurrence instead of the last occurrence when to stop recurring the schedule. (This is inline with...