Re: Creating a calendar event from Microsoft Form
@Anonymous Hi,
You can use the flow connector for Forms and then a simple switch case to do this. For this method, it doesn't at all matter the format you use in your choices, you just need to copy the text you used for each choice into the relevant case.

Then under each case you can add either an email or event activity to be sent to the submitter of the form. There's a dynamic content called 'Respondent's Email' you can use.
The most obvious option for each case would be to use a 'create event' activity and put the respondent's email in the attendees bar. The downside of doing this is that it will create a separate event for every person you invite. The most simple option to avoid this issue would to be simply send out an email with the event details.
The last option which can definitely be done but is more complicated is to use one main event and each time the flow runs, add the current respondent's email to the attendees list. I've never actually done this so not sure exactly how it behaves (if it sends an invite to all attendees every time or if it's clever enough to only send it to people who were newly added like Outlook does)
Let me know if you have any more questions
Sam