After much flailing, I got mxCalendar to work with colorbox, and got the google map too! woo hoo!
example at
http://74.54.57.240/~acktri/home.html
You’ll also notice that I customized the date output and the overall css of the list. IE, you can too!
I made a series of changes to the mxcalendar class
I also loaded jquery and colorbox to page and I also used a bit of jquery too
<script type="text/javascript" language="javascript">
jQuery(function ($) {
$('div.event:even').css("background-color", '#E2F4FD'); //to add even row styling
$("a[rel='colorbox']").colorbox({iframe:true,innerWidth:'500px', innerHeight:'90%'}); //loads content of ajax processor page
});
</script>.
I hope this helps someone.
I recommend you look at the linked page’s source code in order to see how it was put together.
I am attaching the modified mxCalendar.class file, but had to rename it so that it would upload.