Skip to content

msquare/Fastical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fastical

A fast PHP ical parser for vevents.

Requirements

  • PHP > 5.5
  • Composer

Setup

  • git submodule init
  • git submodule update
  • In simshaun_recurr do composer install

Usage

Get events from the next 7 days:

$f = new Fastical('events.ics');
print_r($f->getEvents(time(), time() + 7 * 24 * 60 * 60));

About

A fast PHP ical parser for vevents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages