Cancel Outlook Meeting

Options
Elaizah_617625
Elaizah_617625 Posts: 4
edited August 2021 in Questions

Hi!
I have used the action called "Outlook: Create Meeting" to set an outlook meeting.

My question: Is there an action/java Script I can use to cancel a created meeting?

Tagged:

Best Answer

  • C_211923
    C_211923 Posts: 25 admin
    Answer ✓
    Options

    Hi there @Elaizah_617625 , thanks for your question.

    Unfortunately, at this time there is no Outlook action to delete or cancel a created meeting. This would be helpful functionality to complement our other Outlook actions though.

    In the meantime, depending on your familiarity with Microsoft Graph API, you could try to use the Catalytic Web API actions to interact with the Calendar:Event:Cancel event api call Microsoft provides. Looks like you'll need an API token or other authorization from your Microsoft 365 account to get started, but looks like after that it could be pretty straightforward.

Answers

  • Elaizah_617625
    Options

    I am not really familiar with Microsoft Graph API, but I will give it a try. Thank you so much!