This unittests is created to find out why recurring events have wrong DTSTART value.
More...
This unittests is created to find out why recurring events have wrong DTSTART value.
- Copyright
- Copyright (C) fruux GmbH (https://fruux.com/)
- Author
- Evert Pot (http://evertpot.com/) http://sabre.io/license/ Modified BSD License
Definition at line 15 of file ExpandEventsDTSTARTandDTENDbyDayTest.php.
◆ $caldavCalendarObjects
Sabre\CalDAV\ExpandEventsDTSTARTandDTENDbyDayTest::$caldavCalendarObjects |
|
protected |
Initial value:= [
1 => [
'event.ics' => [
'calendardata' => 'BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
UID:foobar
DTEND;TZID=Europe/Berlin:20120207T191500
RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=TU,TH
SUMMARY:RecurringEvents on tuesday and thursday
DTSTART;TZID=Europe/Berlin:20120207T181500
END:VEVENT
END:VCALENDAR
'
Definition at line 28 of file ExpandEventsDTSTARTandDTENDbyDayTest.php.
◆ $caldavCalendars
Sabre\CalDAV\ExpandEventsDTSTARTandDTENDbyDayTest::$caldavCalendars |
|
protected |
◆ $setupCalDAV
Sabre\CalDAV\ExpandEventsDTSTARTandDTENDbyDayTest::$setupCalDAV = true |
|
protected |
The documentation for this class was generated from the following file: