GNU remind is a fantastic utility for managing schedules, tasks, events, and reminders.
bundle add remind
gem install remind
gem build remind.gemspec
require 'remind'
A wapper around gnu remind.
Create local reminders from url.
Remind.set(collection, "Binner at 8 tonight.")
Extract agenda from local reminders.
Remind.get(collection)
Remind.get!
You can also run ruby bin/console
for an interactive prompt that will allow you to experiment.