[Tickets #14021] Re: cannot modify/delete external caldav events

noreply at bugs.horde.org noreply at bugs.horde.org
Sat Mar 19 20:10:03 UTC 2016


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://bugs.horde.org/ticket/14021
------------------------------------------------------------------------------
  Ticket             | 14021
  Updated By         | paul at hasenohr.eu
  Summary            | cannot modify/delete external caldav events
  Queue              | Kronolith
  Version            | 4.2.8
  Type               | Bug
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Horde Developers
------------------------------------------------------------------------------


martin1 at k0k.net (2016-01-25 17:39) wrote:

If I read the logs correctly, when modifying/deleting an existing  
event, it is read once again before the actual modification, and this  
reading fails.

This log entry:

2015-06-21T09:49:13+02:00 DEBUG: HORDE5 [kronolith] SQL  (0,0003s)
         SELECT x(event_coordinates) as lat, y(event_coordinates) as lon,
           event_zoom as zoom FROM kronolith_events_mysqlgeo WHERE event_id =
           'ical0' [pid 26317 on line 321 of
"/usr/share/php/Horde/Db/Adapter/Mysqli.php"]

(copied from below)

must be a result of line 335 of  
/usr/share/php/www/horde/kronolith/lib/Driver/Ical.php, where the  
event_id of the item to be read is composed - this works when opening  
an existing event, but when modifying/deleting it, this line:

335                 $event->id = $id ? $id : 'ical' . $i;

ends in the event_id being "ical0" or "ical1" (some missing input value?).





More information about the bugs mailing list