Hi pendo, the calendar is actually built in to wordpress, it requires you to make an edit into your sidebar.php or wherver you want it to appear. Open the right file (probably sidebar.php) and place this code into it:
PHP Code:
<?php get_calendar(); ?>
read more about it herE:
Wordpress Codex