Print a forecast of upcoming events from iCal files
1## `ical_forecast`
2
3Print a forecast of upcoming events from a list of iCal files.
4
5### Installation
6
7`gem install ri_cal tzinfo`
8
9### Usage
10
11 jcs@humble:~> ruby ical_forecast.rb ~/.cals/*.cal
12 some far out event in 3 weeks, 6 days (wed 1 sep)
13 something here in 1 day (fri 6 aug to sun 8 aug)
14 some timed event today at 08:45 (thu 5 aug)
15
16### Related
17
18[remind_forecast](https://github.com/jcs/remind_forecast) which
19does the same thing from `remind` or `iCalBuddy`.