Is it possible to make the acive links go to the timeline view instead of the day view?
In active_links.js locate
scheduler.setCurrentView(s_d(to),“day”);
and replace with
scheduler.setCurrentView(s_d(to),“timeline”);
This works! thank you much.