Meetings: All Invitees in one field?

Hi,
is it possible to create a Report for Meetings,
where you see the list of all invitees in a field?
I’m thinking about one field for Users, one for Leads, one for Contacts…

you can use the group concat function in KReporter. Like in this example

Create a report on meetings, drag over the contact name (I also added a custom function to concatenate first and last name) and make a group concat. Group by the meeting ID (a field that afterwards is hidden from the display.

The result is as follows:

As you can see you get a list of the meeting and all contacts linked are displayed concatenated in one field. You can then of course do the same for users leads, etc. And if you set the contacts field to optional in the reporter you get also meetings where no contact is linked.