Issue 261: Start and End hours
Status:  Done
Owner: ----
Closed:  Dec 2009
Reported by rierar...@gmail.com, Dec 24, 2009
Add the posibility to limit the calendar to certain hour ranges (let's say from 8:00am to 5:pm)
Dec 24, 2009
#1 rierar...@gmail.com
Noticed maxTIme and minTime.. please delete :)
Dec 29, 2009
#2 feritx@gmail.com
when read events from iis as json text , the time can not be seted. for example
string msg =
"[{id:222,title:'Event2',start:'2009-12-20T13:15:00.00',end:'2009-12-20T15:25:00',url:'javascript:showEditAgenda(111)'}]";

in  json-events.php the event formated just as day. ('start' => "$year-$month-20",) 
is there onother example in which event formated also with time?
Dec 29, 2009
#3 feritx@gmail.com
i forgeted the allDay option
when i add allDay option as false, the time can be seted correctly.
string msg =
"[{id:222,title:'Event2',start:'2009-12-20T13:15:00.00',end:'2009-12-20T15:25:00',url:'javascript:showEditAgenda(111)',allDay:
false}]";

Dec 30, 2009
Project Member #4 adamrs...@gmail.com
cool, glad you guys got it to work. closing the issue.
Status: Done
May 2, 2010
#5 cisack...@cox.net
This is the first time I could get events to work (aside from hard-coding them). 
Great job!