Hi @pklong
If you're just creating an event in the user's default calendar, there's really no difference between the two endpoints.
However, the /calendar/events endpoint is usually used to create events in a specific calendar, such as the user's birthday calendar:
POST /users/{id | userPrincipalName}/calendars/{calendar id}/events
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.