ics-parser icon indicating copy to clipboard operation
ics-parser copied to clipboard

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)

Results 8 ics-parser issues
Sort by recently updated
recently updated
newest added

Hey everyone, great parser, and thank you for development. I have problem using file to download external resources by PHP configuration allow_url_fopen=0. Do you think about decouple the download logic...

enhancement
pr-welcome

Hi, don't know where to ask, so I will try here. I am using this line of code `$iCal = new ICal($message->getCalendarUrl());` and the result is always a valid object....

enhancement
question
pr-welcome

- Taken from: https://github.com/jakubroztocil/rrule#rrule-constructor --- | Complete | Option | Description | |---------------------------------------------------------------------------------------------------|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ✔ | `BYMONTH` | If given, it must be either an integer, or a sequence of...

enhancement
internally-raised-issue
pr-welcome

- [`ICal.ics`](https://github.com/u01jmg3/ics-parser/blob/master/examples/ICal.ics#L21-L336) → [`tests/`](https://github.com/u01jmg3/ics-parser/tree/master/tests)

enhancement
pr-welcome
testing

- [`RDATE`](http://www.kanzaki.com/docs/ical/rdate.html) - Similar to [`EXDATE`](https://github.com/u01jmg3/ics-parser/blob/master/src/ICal/ICal.php#L325) which is already supported

enhancement
internally-raised-issue

- [`EXRULE`](http://www.kanzaki.com/docs/ical/exrule.html)

enhancement
internally-raised-issue
pr-welcome

- [ ] `RRule.SECONDLY` - [ ] `RRule.MINUTELY` - [ ] `RRule.HOURLY`

enhancement
internally-raised-issue
pr-welcome

Similar to #336 but just validating that some content has been parsed and no error has been thrown. Without this, there's no way to distinguish the state of the parser...