I am new to Drupal, but am really impressed with the ease of use, good OO nature and elegance of the code and clean look and feel.
I have a problem, though, with the Event/Calendar module. I install it and enable it so that the calendar appears in a side block. However, when I click on the month at the top of the calendar or a day on the calendar where there is an event, I only get a Home >> Events page with two drop down lists. There is no calendar that is displayed in the middle/main column. From one standpoint, the problem is that on the URL, I get index.php?q=event/2005/05/05 (for example). If I append the '/month' on the end, then I do see a month calendar displayed. The problem is similar for clicking on the individual day in the block calendar on the side - there is no '/day' on the end of the URL. Also, selecting anything from the drop down boxes when there is no calendar displayed on the Home >> Events page will not display any of the calendars. I have to explicitly put the '/month' or '/day' or '/week' at the end of the URL.
I am looking into the code and have found a workaround for the month header in the calendar in the side block. I just append '/month' or set $view to "month" and then append '/' . $view to the end of the $headertitle when it is being created. Is this kosher? Am I missing something in all of this? This seems so close, but little things like this will be huge to a new user.