When scheduler timeline is opened in browser, the current events has to be refreshed at five minute interval.
EX : I have a event started at 11:00 AM and it is not completed.
I’m opening screen in browser at 11:30 AM, so in timeline the event will be between 11:00 AM - 11:30 AM.
When current time becomes 11:35 AM, the event has to be updated in timeline accordingly, between 11:00 AM - 11:45 AM.
I do not want to reload data or call server method to do this.
Is there any configuration which will fulfill my requirement?