Sync tabulator selected row and hvplot graph

Hi.
I have a dataframe with datetimeindex which represents time-series data and other event timetable dataframe which have begin and end datetime.

I made hvplot curve graph with time-series dataframe and tabulator with event timetable dataframe.
Now, I want to link them with some callback - desired functionality is, if I click a row in tabulator, then automatically zoom the graph with selected row’s begin and end x_range.

How to achieve this?

See Bi-directional Link with Tabulator and Plot - #6 by skytaker for inspiration