How can I highlight specific dates with time in fullCalendar's week view?
In the month view the same result can be achieved using this code:
$('.fc-day[data-date="' + date + '"]').css("background-color", "rgba(143,223,130,0.5)");
In the week view click we need to highlight selected dates.