Seems simple enough skin.
AdminCP>styles & Templates>Navbar
Search for the word calendar
*If its not in navbar it may have been added to FORUMHOME as some skins tend to do.
Do a global search for the word calendar.
You are looking for this.
HTML:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Then add this line of txt before or after it.
<td class="vbmenu_control"><a href="URL">LINKED TEXT</a></td>
URL = where you link should go once pressed.
LINKED TEXT = the name of your navbar link
eg. If i was to add a casino to my navbar it would look like this:
<td class="vbmenu_control"><a href="www.yoursite.com/casino.php">Casino</a></td>