I have used Jquery-weekcalendar plugin
.
In that i am using freebusy
for prevent some part from creating event on that time .
Its work fine for all Time Except 00:00
My Problem :
I have freebusy
with
freebusys: [{"start":"2013-08-10T00:00:00", "end":"2013-08-10T23:00:00", "free": false},
So block time From 00:00 to 23:00 on 10th august
1>When i am try to create event on 00:15 TO 00:45
than its prevent Its Fine.
You can see :
2>
But on same way i am try to create event 00:00 TO 00:15
But its allow me to create event is unexpected
outputfor me. (
expected` : not allow to create)
You can see here :