if you know the recurrence event id with start and end dates you can find instances of the master event as below. it will list down all occurrences.
GET /me/events/{id}/instances?startDateTime={start_datetime}&endDateTime={end_datetime}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".