/**
  * Create the <div> the calendar will be rendered into
  *
  * @return string 
  * @static 
  */
 public static function calendar()
 {
     return \MaddHatter\LaravelFullcalendar\Calendar::calendar();
 }