i have a huge request for the jquery fullcalendar, i need a solution to mark some timeranges in the day- and agenda-view like the today marker but not the the hole day only a range for example from 8:00 to 12:00. I will be glad if somebody have an solution or an idea how i can make this. For example modification of the fullcalendar code.
Update: I saw a solution nearly my problem here Work time in fullcalendar [Solution]
i have been tested this solution but i have one strange effect. the markers are shiftet to the right side.
Kindes Regards
Sinderella
You have to open d.js and search for:
{agenda:0.5},minTime:8,maxTime:19}
Change the values for the ones you want and this is it.