5.2.9 EventPolicy Reference
Source: app/plugins/Awards/src/Policy/EventPolicy.php
EventPolicy protects legacy Awards.Event entities. Standard entity actions are inherited from BasePolicy; canAllEvents() is the explicit domain action for the comprehensive event listing and delegates to the configured RBAC policy of the same name.
Do not apply this policy to core App.Gathering records. The two event concepts have different tables, routes, and policies. Add state-dependent event rules here and collection scoping to EventsTablePolicy/the table query as appropriate.
Authorization remains within the active tenant and should be covered for both the special action and inherited CRUD actions.