Hi Folks,
I'm trying to build a flow which forwards a specific instance of a meeting series to a user on button click from canvas app. For non-recurring meetings I was able to use below work around:
- Send meeting invite to service account while creation of teams meeting (add as attendee).
- Get meeting invite email message ID using get emails action and store in backend.
- Forward the message ID to user on button click (call needed flow to forward).
Is there anyway to achieve the same for single instance of a meeting series?
Thank you.