mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +01:00
Fix VTIMEZONE part of VCALENDAR
This commit is contained in:
parent
3c6a6b8727
commit
83d00a845a
@ -875,7 +875,8 @@ class Horde_iCalendar {
|
||||
// VERSION is not allowed for entries enclosed in VCALENDAR/ICALENDAR,
|
||||
// as it is part of the enclosing VCALENDAR/ICALENDAR. See rfc2445
|
||||
if ($base !== 'VEVENT' && $base !== 'VTODO' && $base !== 'VALARM' &&
|
||||
$base !== 'VJOURNAL' && $base !== 'VFREEBUSY') {
|
||||
$base !== 'VJOURNAL' && $base !== 'VFREEBUSY' &&
|
||||
$base !== 'VTIMEZONE' && $base !== 'STANDARD' && $base != 'DAYLIGHT') {
|
||||
// Ensure that version is the first attribute.
|
||||
$result .= 'VERSION:' . $this->_version . $this->_newline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user