A fast PHP ical parser for vevents.
- PHP > 5.5
- Composer
git submodule init
git submodule update
- In
simshaun_recurr
docomposer install
Get events from the next 7 days:
$f = new Fastical('events.ics');
print_r($f->getEvents(time(), time() + 7 * 24 * 60 * 60));