ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Sabre\VObject\Recur\NoInstancesTest Class Reference
+ Inheritance diagram for Sabre\VObject\Recur\NoInstancesTest:
+ Collaboration diagram for Sabre\VObject\Recur\NoInstancesTest:

Public Member Functions

 testRecurrence ()
 

Detailed Description

Definition at line 8 of file NoInstancesTest.php.

Member Function Documentation

◆ testRecurrence()

Sabre\VObject\Recur\NoInstancesTest::testRecurrence ( )

Definition at line 13 of file NoInstancesTest.php.

References Sabre\VObject\$input, $vcal, and Sabre\VObject\Reader\read().

13  {
14 
15  $input = <<<ICS
16 BEGIN:VCALENDAR
17 PRODID:-//Google Inc//Google Calendar 70.9054//EN
18 VERSION:2.0
19 BEGIN:VEVENT
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
26 UID:foo
27 SEQUENCE:1
28 SUMMARY:foo
29 END:VEVENT
30 END:VCALENDAR
31 ICS;
32 
34  $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
35 
36  $it = new EventIterator($vcal, 'foo');
37 
38  }
if($argc< 3) $input
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
Definition: Reader.php:42
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: