17 DTEND;TZID=Europe/Moscow:20130710T120000
18 DTSTART;TZID=Europe/Moscow:20130710T110000
19 RRULE:FREQ=DAILY;UNTIL=20130712T195959Z
23 DTEND;TZID=Europe/Moscow:20130713T120000
24 DTSTART;TZID=Europe/Moscow:20130713T110000
25 RECURRENCE-ID;TZID=Europe/Moscow:20130711T110000
31 $this->assertInstanceOf(
'Sabre\\VObject\\Component\\VCalendar',
$vcal);
35 $result = iterator_to_array($it);
45 $this->assertEquals($expected,
$result);
This class is used to determine new for a recurring event, when the next events occur.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.