in line 442 $out.=sprintf("[[%s.%s|%s]]\n",$cal,$cal,$cal); can you change to : $out.=sprintf("[[%s.%s|%s]] \n",$DefaultName,$cal,$cal); to follow the config convention ? thanks