Efullcalendar Datbase!

hi can someone help my with this issue ! i downloaded the efull calendar and i put it in my extention folder now i have it in a view !! what im thinking is that i need to generate the model and the crud for the calendar but i don’t know how to fill it from the data base !! i will appreciate any help because this is urgent !! thx :)

this is the code tha i have


<?php $this->widget('ext.EFullCalendar.EFullCalendar', array(

    'lang'=>'fr',

    'themeCssFile'=>'cupertino/jquery-ui.min.css',

    

    'options'=>array(

        'header'=>array(

            'left'=>'prev,next',

            'center'=>'title',

            'right'=>'today,month,agendaWeek,agendaDay'

        )

      

    )));

?>