/** * @param integer $calendar_id * * @return array|boolean */ function cal_info($calendar_id = -1) { return Shim::calInfo($calendar_id); }