| Issue 261: | Start and End hours | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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
Dec 29, 2009
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
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
cool, glad you guys got it to work. closing the issue.
Status:
Done
May 2, 2010
This is the first time I could get events to work (aside from hard-coding them). Great job! |
|
| ► Sign in to add a comment |