Teams in-meeting app startDateTime & endDateTime for recurring meeting shows values of the first initial meeting of the series instead of the current meeting I'm in.
Hello,
I'm currently building an in-meeting Teams app. Created a recurring meeting on the 24th of May and added my app to that recurring meeting. The meeting is to happen every Friday at 6pm.
When I go the occurence of the meeting for Friday 10th of June, go to my app, I still have the value of the initial meeting instead of having updated values that match the current "pre-meeting" I have entered.
creationDateTime: "2022-05-24T00:56:43.21894Z"
startDateTime: "2022-05-27T18:00:00Z"
endDateTime: "2022-05-27T18:30:00Z"
are the value from the initial meeting, the first of the series.
FYI I get the meetingId from the Teams context via the Teams SDK, send that ID to my BE, that gets the info from the onlineMeetings endpoint.