How to display repeating meetings in a view

I’m trying to display all meetings in a categorized view (not a calendar view). I have my select set to Form = “Appointment” & AppointmentType = “3”. This seems to be working except for repeating meetings. What do I need to do in order to get all meetings to display in a non-calendar view?

Thanks

Subject: How to display repeating meetings in a view

Check out the column property “Display multiple values as separate entries”. Use the field CalendarDateTime in meeting document.

Regards

Litty Joseph

Subject: RE: How to display repeating meetings in a view

I also had to add @AllDescendants to the view select, since apparently the repeating entries are responses.

Thanks for the help