An API that connects multiple Microsoft services, enabling data access and automation across platforms
You must be using only delegated permissions to call users/{id}/calendars/events/{id}. You get access denied because for your user-id, delegated permissions apply but for other users calendars, you need application permissions.
You need to add Calendars.ReadWrite Application Permission not Delegated Permissions to your app and try again.