Registry / serialization / johngrogg-ics-parser

johngrogg-ics-parser

JSON →
library3.5.1phppackagistunverified

ICS Parser for parsing iCalendar (.ics) files.

composer require johngrogg/ics-parser
INSTALL
IMPORT
SIG · JOHNGROGG-ICS-PARS
J
johngrogg-ics-parser
serializationphpv3.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ICal
use ICal\ICal;

Parse an ICS file and iterate over events.

use ICal\ICal; $ical = new ICal('event.ics'); $events = $ical->events(); foreach ($events as $event) { echo $event->summary; }
Debug
Known issues
gotchaTime zone handling may be inconsistent with some ICS files.
fix
Ensure ICS files follow RFC 5545 strictly; validate timezone definitions.
affects: >=3.0.0
Upgrade
Version history
3.5.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
johngrogg-ics-parser — pip install johngrogg-ics-parser · libregistry