# ice-cube-ruby/ice_cube

Ruby Date Recurrence Library - Allows easy creation of recurrence rules and fast querying

Repository: https://github.com/ice-cube-ruby/ice_cube
Canonical: https://ross.abutalabs.com/products/ice_cube
Language: Ruby
License: MIT
License Family: permissive
Topics: ruby
Last push: 2026-01-20T09:12:43+00:00

## Health v2 (maintenance only)
Score: 51/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 63, release rhythm 8, longevity 100
- inputs: {"age_days": 6020, "days_push": 225, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2466, forks 354 (observed 2026-08-28T04:06:53.664441+00:00)

## What it is
ice_cube is a Ruby library for defining and querying recurring event schedules using an iCalendar-inspired rule syntax. It lets you build recurrence rules and quickly check occurrences, such as whether a schedule falls on a given date or when its next occurrence is.

## Use cases
- create recurring event schedules in ruby
- check if an event occurs on a specific date
- list all occurrences of a repeating schedule
- find the next occurrence of a recurring event
- model iCalendar-style recurrence rules in ruby
- exclude specific dates from a recurring schedule

## When to choose
- you need flexible recurrence rules (daily, weekly, yearly, complex patterns) in a Ruby app
- you want fast queries like occurs_on?, next_occurrence, or occurrences between dates
- you're building calendar or scheduling features in Rails or another Ruby project

## When to avoid
- you need a full calendar UI or event storage solution rather than schedule computation
- you're not working in Ruby
- you need timezone-heavy or collaborative calendar sync features out of the box

## Facets
- artifact type: library
- maturity: stable
- function: scheduling, date-time, developer-tools
- domain: developer-tools, web-development
- platform: ruby
- tags: recurrence-rules, icalendar, schedules, recurring-events

## Member repositories
- ice-cube-ruby/ice_cube (main) score 51

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.664441+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:29:13.320403+00:00, confidence not recorded.
  - readme: https://github.com/ice-cube-ruby/ice_cube (fetched 2026-08-28T04:06:53.664441+00:00, sha e3decfca5546)
- Data as of 2026-08-30T08:39:29.467469+00:00.
