I really like this view so far. One change I like to do is this:
eventContentWrapper.setAttribute(“title”, event.title);
This sets a custom attribute called “title” and it allows a user to then custom color individual entries with css like this:
.MMM-calendarExtDays .eventContent[title^=“C–”] { color:DarkViolet; }
-Earle