OzzyCzech / icalparser

Simple ical parser for PHP
https://ozana.cz
BSD 3-Clause "New" or "Revised" License
59 stars 22 forks source link

allow events to be added #22

Closed Rotzbua closed 6 years ago

Rotzbua commented 6 years ago

Change

parseString() add optional parameter to add the parsed data to the existing data.

Advantage

two ical files can be merged easily.

break backwards compatibility

no