Sharing RSVP status with users?

I have a small site for a club I manage. We do events and at one point, I “rolled my own” event manager in Wix and with Corvid. But I swapped to the built in event manager as it was easier to manage.

The one feature that is missing is sharing the RSVP status with members. Is there a way to share RSVP status with members using the built in Event plug in?

If not, is there a better 3rd party event manager that includes the ability to display RSVP status?

Pointers most welcome - Thanks!

You can only use the fields that are already in the Wix Events App dataset that gets added to your site when you add the app itself:
https://support.wix.com/en/article/corvid-wix-events-events-collection-fields

Otherwise you can manually download your rsvp list:
https://support.wix.com/en/article/exporting-your-rsvp-list-in-wix-events

As for a third party event manager, then you will have to search around for that yourself and then find one that works with Wix and you can use it via it’s own api and the use of code and wix fetch and http functions etc.
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
https://support.wix.com/en/article/corvid-calling-server-side-code-from-the-front-end-with-web-modules
https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions
https://www.wix.com/corvid/reference/wix-http-functions.html