I’ve been experimenting with various page templates and shortcodes, and this is what I’ve learned so far:
[events_list group=’my’] works, but [events_calendar group=’my’] does not.
Same goes for modifying the page templates with:
echo EM_Events::output(array('group'=>'my'));
works fine, but
echo EM_Calendar::output(array('group'=>'my'));
does not work.
It seems the “Group” event attribute only works on Lists and not on Calendar. I can’t figure out how to fix this.
Which version of Events Manager are you using?
sorry but I think the group search attribute is not available to calendar shortcode at the moment and intended to events_list shortcode only at the moment.
Ooo, that´s sad…
Nevertheless, THANKS a LOT for this GREAT plugin! 🙂