Missing Controller
Error: CalendarController could not be found.
Error: Create the class CalendarController below in file: app/controllers/calendar_controller.php
<?php
class CalendarController extends AppController {
var $name = 'Calendar';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
