23 DTEND:20070925T183000Z
25 DTSTAMP:19700101T000000Z
31 DTSTART:20070925T160000Z
32 CREATED:20071004T144642Z
33 RRULE:FREQ=DAILY;BYMONTH=9,10;BYDAY=SU
39 $this->assertInstanceOf(
'Sabre\\VObject\\Component\\VCalendar',
$vcal);
43 foreach (
$vcal->VEVENT as $event) {
44 $dates[] = $event->DTSTART->getValue();
56 $this->assertEquals($expectedDates, $dates,
'Recursed dates are restricted by month');
testExpand()
This tests the expansion of dates with DAILY frequency in RRULE with BYMONTH restrictions.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.