[Tickets #1107] RESOLVED: Meeting attendees get email with bogus UID
for cancelled or changed event
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat Apr 9 20:15:00 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1107
-----------------------------------------------------------------------
Ticket | 1107
Updated By | Chuck Hagenbuch <chuck at horde.org>
Summary | Meeting attendees get email with bogus UID for cancelled or changed event
Queue | Kronolith
Version | 2.0
State | Resolved
Priority | 1. Low
Type | Bug
Owners | Horde Developers
-----------------------------------------------------------------------
Chuck Hagenbuch <chuck at horde.org> (2005-04-09 20:14) wrote:
calendar/import, implemented in _kronolith_import, calls
$event->fromiCalendar(). The first lines in that function are:
// Unique ID.
$uid = $vEvent->getAttribute('UID');
if (!empty($uid) && !is_a($uid, 'PEAR_Error')) {
$this->setUID($uid);
}
This was merged to Driver.php in revision:
http://cvs.horde.org/co.php/kronolith/lib/Driver.php?r=1.116.2.5
... which was after the Kronolith 2.0.2 tag (1.116.2.3):
http://cvs.horde.org/kronolith/lib/Driver.php
So wait for 2.0.3 final or try the RC. This ticket is still resolved.
More information about the bugs
mailing list