I'm not sure if something like this exists or not, but I was wondering if there was any parser out there that took natural language and pushed it into an IceCube format.
Example: "daily"
schedule.add_recurrence_rule Rule.daily
Example: "everytuesday"
schedule.add_recurrence_rule Rule.weekly(1).day(:tuesday)
Example: "3pm"
... etc
Does something like this exist yet?