Questions tagged [ice-cube]

ice_cube is a ruby library for easily handling repeated events (schedules). The API is modeled after iCalendar repeated dates.

ice_cube is a ruby library for easily handling repeated events (schedules). The API is modeled after iCalendar repeated dates.

Resources:

47 questions
-1
votes
1 answer

RoR repeated events

I have: scaffold EventGroup name:string description:text event_quantity:integer scaffold Event event_name:string starts_at:datetime ends_at:datetime event_group:references Dependencies: EventGroup has_many: events Event belongs_to: event_group How…
Yshmarov
  • 3,450
  • 1
  • 22
  • 41
-3
votes
1 answer

Scheduling tasks to employees with overrides for vacation

I am trying to implement a feature where employees are rotating a tasks assignment based on the schedule created. In most cases, employees are assigned a task on a rotating daily, weekly, biweekly, or monthly basis. For example, we have 4 employees:…
1 2 3
4