Update: I just added this into “Edit Scripts” section:
jQuery(document).ready(function( $ ){
setTimeout(function(){
$("body #fbuilder .slots .availableslot:first-of-type a").trigger("click");
}, 200);
});
This code will click first available time slot, in my case, that is enough.