Have a look in the navbar template for references. An example would be..
Find this line (your stock calendar link):
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
And insert your own link after, you can also hard link too like this if you want (this will appear to the right of the Calendar link):
Code:
<td class="vbmenu_control"><a href="www.yoursite.com/otherstuff">Other Stuff</a></td>
Hopefully that makes sense.