<script>var event =newkendo.data.SchedulerEvent({id:1,start:newDate("2013/9/2 12:00"),end:newDate("2013/9/2 12:30"),title:"Lunch",recurrenceRule:"FREQ=DAILY"});/* The result can be observed in the DevTools(F12) console of the browser. */console.log(event.recurrenceRule);// outputs "FREQ=DAILY"</script>