OzzyCzech / icalparser

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

Added support for multiple attachments. #14

Closed drewpc closed 9 years ago

drewpc commented 9 years ago

The ATTACH key is able to repeat according to the RFC. In this library, the value of each ATTACH row overwrites the previous value. This implementation does not break the current function which overwrites the ATTACH key. Instead, it implements a new key of ATTACHMENTS and stores them in an array of one or more values. #15