26 DTSTART;TZID=Europe/Copenhagen:20150101T170000
27 RRULE:FREQ=MONTHLY;BYDAY=TH;BYSETPOS=-2
28 UID:b4071499-6fe4-418
a-83b8-2b8d5ebb38e4
34 $this->assertInstanceOf(
'Sabre\\VObject\\Component\\VCalendar',
$vcal);
38 foreach (
$vcal->VEVENT as $event) {
39 $dates[] = $event->DTSTART->getValue();
58 $this->assertEquals($expectedDates, $dates);
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
testExpand()
Using this iCalendar object, including BYSETPOS=-2 causes the iterator to hang, as reported in ticket...