6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/5/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5652] iCalendar DTEND wrong date
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___.__ . ..___. |\ |[__ [__)| | | | \|| | \|__| |
Comment
> I am trying to sync a calendar and it does work with the path below > > > > I guess over righting and reading the same value at the same time > doesn't work all the time. > > > > > > --- /var/www/html/horde/framework/iCalendar/iCalendar.php > 2007-06-27 19:23:11.000000000 +0200 > > +++ iCalendar.php 2007-08-21 11:59:05.000000000 +0200 > > @@ -848,9 +848,9 @@ > > // VCALENDAR 1.0 uses T000000 - T235959 for > all day events: > > if ($this->isOldFormat() && $name == 'DTEND') { > > $value = new Horde_Date(array( > > - 'year' => $value->year, > > - 'month' => $value->month, > > - 'mday' => $value->mday - 1)); > > + 'year' => $attribute['value']['year'], > > + 'month' => $attribute['value']['month'], > > + 'mday' => > ($attribute['value']['mday'] - 1))); > > $value->correct(); > > $value = $this->_exportDate($value, '235959'); > > } else { > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers