Hello,
The problem has to do with the event_pid field, but I don’t know how timeline.js and minical.js work to know why they would ignore events that include the event_pid. I noticed that the events loaded as with the first two never pose a problem. The first is a non-recurring event, the second is a non-editable event, and the third is a recurring event.
scheduler.addEvent("17-02-2011 04:00","17-02-2011 07:00","changed single event in series",127,
{person_id: 20191,
name: "Lengchu Shi",
instrument_id: "20",
instrument_name:"Deltavision Deconvolution Microscope ---- test",
discount:"0",
is_assisted:"N",
status: "existing",
cost:37.5}
scheduler.addEvent("15-12-2010 03:00","15-12-2010 03:30","test",6,
{instrument_id: "13",
instrument_name:"Zeiss 2-photon Confocal ---- test",
status: "existing"}
scheduler.addEvent("15-02-2011 04:00","15-02-2011 07:00","sub: New event",125,
{person_id: 20191,
name: "Lengchu Shi",
instrument_id:"19",
instrument_name:"Spinning Disk Confocal ---- test",
discount:"2",
is_assisted:"N",
status:"existing",
cost:36.75,
event_pid:124}