2017 © Pedro Peláez
 

library ical

Basic iCal parser

image

exussum12/ical

Basic iCal parser

  • Tuesday, July 17, 2018
  • by exussum
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

iCal Parser

A basic iCal parser., (*1)

Install

preferred method is Composer, (*2)

composer require exussum12/ical, (*3)

Use

in your PHP file, there are a few ways to call, depending on where your iCal is stored., (*4)

Eg iCal over HTTP, (*5)

$cal = new exussum12\Ical\IcsUrl('http://yourdomain/ical.ics')
foreach ($cal->getEvents() as $event) {
    var_dump ($event->getStart());
}  

The Versions

17/07 2018

dev-master

9999999-dev

Basic iCal parser

  Sources   Download

MIT

The Requires

 

17/07 2018

1.0.1

1.0.1.0

Basic iCal parser

  Sources   Download

MIT

The Requires

 

07/07 2018

1.0

1.0.0.0

Basic iCal parser

  Sources   Download

The Requires