<script>var event =newkendo.data.SchedulerEvent({id:1,title:"Lunch",start:newDate("2013/4/4 12:00"),end:newDate("2013/4/4 13:00"),description:"Lunch with Harry and Steve"});/* The result can be observed in the DevTools(F12) console of the browser. */console.log(event.description);// outputs "Lunch with Harry and Steve"</script>