I've read a couple posts that indicate I cannot create a flow that will create an event in another user's calendar. This is one example of how I would use that feature:
- Recurrence (every 1 min) --> get rows from sql
- filtered based on column (column=0)
- one of the columns is an email address of a user within the O365 tenant
- all information for the calendar event is included in the row(s) returned
- Perform task on each row returned
- Send calendar event email to the recipient email address
- Update filter column in sql based on unique id of row (column=1)