When trying to apply a list of event groups onto a page using the Events > List Of Event’s Groups from Components the result displays the list of events, not event groups
[{% component source: “Event”, layout: “List”, filterBy: “parentid”, type: “module” %}]
Looks like it should be this instead
[{% component type: “module”, source: “Event group”, layout: “List” %}]