Hello Mansi Gusain,
Thank you for reaching out to Microsoft Support!
After testing, all events are fetched through the /me/events
endpoint, as shown below, which is the recurring events I just created:
For recurring events to return only one instance, if you want to get all instances, you need to send the following request:
GET /me/events/{id}/instances?startDateTime={start_datetime}&endDateTime={end_datetime}
Reference document:
https://learn.microsoft.com/en-us/graph/api/event-list-instances?view=graph-rest-1.0&tabs=http
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.