Hi @mahtycloud ,
For creating events in a user calendar by using delegated permission in Graph Explorer, the targeted user must share their calendar explicitly with "delegate only" or "can edit" permission.
To share the calendar you can follow the below steps in outlook:
In calendar Home page click on settings and select view all outlook settings
From settings select calendar ->Shared calendars ->select a calendar
Choose the user you want to share the calendar and add the permission "can edit" or "delegate"
To create event for the targeted user you can use calendars.ReadWrite.Shared permission
POST https://graph.microsoft.com/v1.0/users/{userid}/calendar/events
Example:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".