Can anyone tell me where to find the Event Registration Settings?

I’m still digging into the Events package and getting deeper and deeper!
My latest stumbling block is where to find the data concerning the Event Registration Settings. It’s not in the events/events collection and it isn’t returned by getForm() either!
Is it even accessible?

What data specifically are you looking for about an event? There is a backend function queryEvent() that should have all event details. I’m not sure what you mean by settings.

Here is the link to the event query builder docs that will show you how to get to any exposed data

The event registration settings is in the dashboard, events. When you edit the appropriate event you get options Event Details, Registration etc etc. Under Registration there are further options for Registration Settings, Customize your Registration Form, etc etc
Maybe I’m missing something about the event query builder but doesn’t that just return the events that match the criteria? As far as I can see it’s got nothing to do with the data that’s returned.
Thanks for the heads-up on the backend function. I was able to retrieve the information on maximum guests allowed in registration.rsvp.limit.
On it’s own it’s not very useful as I still can’t find out who has booked or indeed the number of people booked to attend. I’d love to show the number of places remaining as an incentive to book. (maxGuests minus numBooked). Nor can I find where the attendees are stored. I’m developing my own RSVP form but I can’t find out if the member is already attending before attempting to create a RSVP.