about scheduler time line view

Hi There,

I am using scheduler in timeline view. with recurring. how to get the event form the database using custom query and how to show them on the scheduler.

Hello,

Can you please explain what is the issue?
If you are using connectors when instead of $scheduler.render_table you can use

$scheduler.render_sql("SQL QUERY HERE", event_id, "text,start_date,end_date,your_fields_here");

To display events in scheduler you simply need to load them:

scheduler.load("php/events.php?uid="+scheduler.uid());

Kind regards,
Ilya