Download the PHP package om/icalparser without Composer
On this page you can find all versions of the php package om/icalparser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download om/icalparser
More information about om/icalparser
Files in om/icalparser
Download om/icalparser
More information about om/icalparser
Files in om/icalparser
Please rate this library. Is it a good library?
Informations about the package icalparser
PHP iCal Parser
Internet Calendaring Parser rfc2445 or iCal parser is simple PHP class for parsing format into array.
How to install
The recommended way to is via Composer:
Usage and example
Each property of each event is available using the property name (in capital letters) as a key. There are some special cases:
-
multiple attendees with individual parameters: use
ATTENDEES
as key to get all attendees in the following scheme: - organizer's name: the CN parameter of the organizer property can be retrieved using the key
ORGANIZER-CN
You can run example with PHP Built-in web server as follow:
Requirements
- PHP 8.1+
Run tests
iCal parser using Nette Tester. The tests can be invoked via composer.
All versions of icalparser with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1.0
The package om/icalparser contains the following files
Loading the files please wait ....