Hi, I have a weblog with multiple categories. I want each category to have it's own calendar. The documentation states that this is possible using the #showWeblogEntryCalendar macro using category as the second argument.
I currently have the following: <div id='hCalendarDiv'> #showWeblogEntryCalendar($model.weblog 'nil') <div class='clearthis'> </div> </div> I have tried replacing nill with $model.weblogEntry.category but this does not seem to make any difference. Can anyone point me in the right direction? Thanks, John
