On my site I have a nice complication for you to dwell upon...
If you go to http://www.livethemission.net/, you'll see that in the right column, there is a control that allows you to switch between the month view and a week view via a tabbed interface. I determined through experimentation that you can't have two calendars on the same page with two different setting (meaning, month view and week view, in the mini format) without things getting really weird and unpredictable.
So what I've done is have a "utility tab" that is visible by admins only. I have a sandbox and stuff like that in there, but more importantly, I have two seperate pages that each have a calendar that links off the main events calendar, one that is the mini month, and one that is the mini week. Then, using the AJAX Tabs module, I have a copy of each of those in their respective tabs. Clicking on an event takes you to the log in page. Bad juju.
How can I get this to behave properly, where I get the event clickage to go to the right place on the actual events calendar (you can see that calendar by going to Connecting You -> Events)
Thanks!