This unittest is created to find out why an overwritten DAILY event has wrong DTSTART, DTEND, SUMMARY and RECURRENCEID.
More...
This unittest is created to find out why an overwritten DAILY event has wrong DTSTART, DTEND, SUMMARY and RECURRENCEID.
- 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 Issue203Test.php.
◆ $caldavCalendarObjects
Sabre\CalDAV\Issue203Test::$caldavCalendarObjects |
|
protected |
Initial value:= [
1 => [
'event.ics' => [
'calendardata' => 'BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
UID:20120330T155305CEST-6585fBUVgV
DTSTAMP:20120330T135305Z
DTSTART;TZID=Europe/Berlin:20120326T155200
DTEND;TZID=Europe/Berlin:20120326T165200
RRULE:FREQ=DAILY;COUNT=2;INTERVAL=1
SUMMARY:original summary
TRANSP:OPAQUE
END:VEVENT
BEGIN:VEVENT
UID:20120330T155305CEST-6585fBUVgV
DTSTAMP:20120330T135352Z
DESCRIPTION:
DTSTART;TZID=Europe/Berlin:20120328T155200
DTEND;TZID=Europe/Berlin:20120328T165200
RECURRENCE-ID;TZID=Europe/Berlin:20120327T155200
SEQUENCE:1
SUMMARY:overwritten summary
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
'
Definition at line 28 of file Issue203Test.php.
◆ $caldavCalendars
Sabre\CalDAV\Issue203Test::$caldavCalendars |
|
protected |
Initial value:= [
[
'id' => 1,
'name' => 'Calendar'
Definition at line 19 of file Issue203Test.php.
◆ $setupCalDAV
Sabre\CalDAV\Issue203Test::$setupCalDAV = true |
|
protected |
The documentation for this class was generated from the following file: