jakebellacera / ics

Easily create .ics files in PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add multiple events to same ICS

emign opened this issue · comments

Expected behavior

I want to create a calendar feed url consisting of a *.ics file with multiple events

Actual behavior

Only one event is in the ics file

Looking for this option as well.
When doing a while loop through some database data the class always puts the BEGIN:VCALENDAR and END:VCALENDAR for every event. This makes the ics file unusable for multiple events.