Oh this is indeed an oversight, can you try setting it to trust_level_0 , everyone is a special group and it looks like we are missing some special handling here.
trust_level_0 is a group that captures every single logged in user on your forum.
Thank you all for your replies! And interesting about the ‘everyone’ setting. I have updated it to trust_level2, which is the lowest trust level at which people enter, but it’s still not working unfortunately. The events are public and all groups are allowed:
I took another look and I think I know what is happening. The wizard to build an event is adding this allowedGroups=trust_level_0 to the event for public events.
In most cases, by default, everyone can see the trust_level_0 group, but in your case, it is configured that only Group owners and moderators can see it.