I am facing an issue while returning list of events for Microsoft mails.
It is not returning recurring object in events; it is returning repeated(recurring) events separately.
I am using nodeJs SDK
const grant = await nylas.events.list({
identifier:‘f******’,
queryParams:{
calendarId:“AAkA*******A”
}
})
Hey @ram solved that issue, when we use get all events ,it is returning recurring events separately with common master_event_id. when master_event_id is used to get event info it is returning recurring object in the response.