Лучше переименуйте ваш index.php как V_index.php
, в этом случае удалите .php из своего кода
public function __construct()
{
Parent::__construct();
$this->load->model("calendar_model");
}
public function index()
{
$this->load->view("calendar/index", array());
}