I have a scenario where a SharePoint list was created for calendar events. When a new event is created the Flow will send meeting invites to the people listed in the "Invited" field for that event. When the invited person accepts the meeting invite, I would like to write their name back to the SharePoint list in the "Attending" field for that event. I am struggling with the second piece of capturing the response and writing it back to the SharePoint list. Any ideas?
Flow:
1. Trigger: When an item is created
2. Get Item - Gets the details of the event
3. For Each (Compose) - captures the details of the event for the meeting invite
4. Convert Time Zone (Start Date / Time)
5. Convert Time Zone 2 (End Date / Time)
6. For Each (Create Event (V4)) - Creates the meeting request and sends to the people listed in the "Invite" field of the event.
This is where I get stuck in retrieving the invitees responses and writing it back to the SharePoint list in the "Attending" field. Any Help?