Hi,
I manage to create calendar page without using connector and I can add events via ajax but when I create another page for timeline view without using connector it does not work how come calendar page works perfectly.
I have my own reasons why I did not use connectors.
scheduler.createTimelineView({
fit_events: true,
section_autoheight: false,
name: "timeline",
dy: 25,
x_unit: "hour",
x_date: "%g:%i %A",
x_step: 1,
x_size:10,
x_start:8,
x_length:24,
event_min_dy:20,
y_unit: scheduler.serverList('fruitList', fruitList),
y_property: "fruit_id",
render: "bar"
});