I encountered a problem not being able to use the search parameter in the exp:weblog:calendar tag, and discovered that if you add the following line of code to mod.weblog.php at approximately line 2437 the search parameter will work with the exp:weblog:calendar tag.
$this->fetch_custom_weblog_fields(); #THIS LINE IS SO THAT THE CALENDAR TAG CAN PARSE SEARCH PARAMETERSit should be inserted just after the lines
if (! empty($TMPL->search_fields))
{Hope this helps somebody!!!