Hi everyone,
I’m looking for some guidance on a workflow enhancement we’re trying to implement.
Currently, we have a workflow in place that automatically revokes user access after every 8 hours, and this part is working as expected. However, we would like to add an additional step: once access is granted, the user should receive a calendar invite covering that 8‑hour window. This would help them clearly understand when their access will expire.
I understand that there is no native trigger available in the workflow for sending calendar invites. Would it be possible to achieve this using an HTTP operation (for example, by calling an external service like Microsoft Graph or another calendar API)?
Also, has anyone implemented something similar in their organization? Any guidance, examples, or best practices would be greatly appreciated.
Thanks in advance!