ice_cube
ice_cube copied to clipboard
Ruby Date Recurrence Library - Allows easy creation of recurrence rules and fast querying
I'm not sure why I'm getting this error, I set up a test app and was able to schedule a recurring rule. Whereas in my production app I get this...
We're creating an `ice_cube` Slack to bring contributors together. Click below to join: https://join.slack.com/t/icecube-corp/shared_invite/zt-2vqckjvpw-YLuopzAY74Aog7T2fB9p9g If this link ever fails to work ... just add a comment below and we'll update...
This PR adds new method `occurrences_between_enumerator` as well as enumerators (`remaining_occurrences_enumerator`, `all_occurrences_enumerator`) are exists This method allows using lazy for fetch occurrences between start/finish dates, as it used in test...
The base implementation of `IceCube::IcalParser.schedule_from_ical` ignores time zone identifiers, resulting in all times being parsed in the current time zone of the host. This PR exposes the issue with a...
I am using IceCube to create calendar appointment windows per day of week (following the Calendly model). User can specify specify which days they take appointments, appointment duration, and then...
Rails has deprecated passing a parameter to `to_s` and now expects `to_formatted_s` to be used instead. This is the full error I see: DEPRECATION WARNING: TimeWithZone#to_s(:short) is deprecated. Please use...
BACKGROUND ----- I have an ical file I'd like to parse with ice cube. It has no recurring events, just a series of one off events. Those events are stored...
Thanks for this gem, it's super useful and I like everything. There's a feature I would like to implement though, but before starting I'd ask you what you think about...