Missing Method in ShowController

Error: The action groupcalendarg is not defined in controller ShowController

Error: Create ShowController::groupcalendarg() in file: app/controllers/show_controller.php.

<?php
class ShowController extends AppController {

	var $name = 'Show';


	function groupcalendarg() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp