Definition at line 8 of file NoInstancesTest.php.
◆ testRecurrence()
Sabre\VObject\Recur\NoInstancesTest::testRecurrence |
( |
| ) |
|
Definition at line 13 of file NoInstancesTest.php.
References Sabre\VObject\$input, $vcal, and Sabre\VObject\Reader\read().
20 DTSTART;TZID=Europe/Berlin:20130329T140000
21 DTEND;TZID=Europe/Berlin:20130329T153000
22 RRULE:FREQ=WEEKLY;BYDAY=FR;UNTIL=20130412T115959Z
23 EXDATE;TZID=Europe/Berlin:20130405T140000
24 EXDATE;TZID=Europe/Berlin:20130329T140000
25 DTSTAMP:20140916T201215Z
34 $this->assertInstanceOf(
'Sabre\\VObject\\Component\\VCalendar',
$vcal);
36 $it =
new EventIterator(
$vcal,
'foo');
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
The documentation for this class was generated from the following file: