Seems like Julien is right and it´s not possible at the time.
tried what you said:
default.html
<code>
businessHours: {start: 12, end: 4, limitDisplay: true},
displayFreeBusys: true,
</code>
events.json
<code>
events:
[
{"id":1, "start":"2011-03-22T13:15:00.000+10:00",
"end":"2011-03-22T14:15:00.000+10:00", "title":"Lunch with Mike"},
{"id":2, "start":"2011-03-24T13:15:00.000+10:00",
"end":"2011-03-24T14:15:00.000+10:00", "title":"Lunch with Andy"}
]
freebusys:
[
{"start":"2011-03-020T05:00:00.000+10:00",
"end":"2011-03-020T11:00:00.000+10:00", "free": false},
{"start":"2011-03-023T05:00:00.000+10:00",
"end":"2011-03-023T11:00:00.000+10:00", "free": true}
]
</code>
But it´s not workin
"praseerror"
Thanks for the hint!