Great add-on Charles - keep up the good work.
I'm using a non-ajax call to show event details on a resource with id 29. I'd like the title of the resource to include the displayed event title - so:
Calendar | Event Title | Website Name
But I can't figure out how to get the event title from mxCalendar. The following is what I have at the moment but I'm well aware I need something else here:
<title>[[*id:is=`29`:then=`[[*pagetitle]] | [[*title]] | [[++site_name]]`:else=`[[*pagetitle]] | [[++site_name]]`]]</title>
..and if anyone can also tell me how I get category filters to work I'd be most grateful!