Is it possible to query Wix Event Categories ?
I know you can query Wix Events using queryEvents( ) or even with wixData.query(‘Events/Events’) but there seems to be no way to get information about the corresponding Event Categories.
I tried wixData.query(‘Events/Categories’) but that doesn’t work (I don’t see that Collection in any case so no surprise it doesn’t work).