Customize controllers in Strapi V4.05

Did you:
1). Allow the authenticated role to use the action ‘me’ in your Event content-type (you are depending on the current authorized user to fulfill the request) in settings.

2). Be sure to add ‘api’ in from of the request, for example: http://localhost:1337/api/events/me (if this url is not correct you will get a 404 error).

Otherwise, your code looks fine.