Action: Delete meeting

Action: Delete meeting

Delete meeting action will delete online meeting from the calendar in Microsoft Teams and in Outlook as well. It allows to delete both a single meeting and a series of meetings. 

Example of Delete meeting action configuration on the current site




For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the action in Scheduled/Triggered Actions Teams Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. 
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of Teams Connector on the deployment tenant as well. 
To configure the action additional properties should be specified:

Configuration

Property

Required

Type

Description

Owner

yes

String

Specify the ID, email or principal name of the owner of themeeting.

Meeting id

yes

String

Specify the MeetingId of the meeting. MeetingId parameter you can get from the output of the actions: Create Meeting or Get Meetings. To delete series of meeting use SeriesRootId parameter. Examples: 
=[[@Action.Get_meeting.Meetings]][0].MeetingId

=[[@Action.Get_meeting.Meetings]][0].SeriesRootId

Availability

Modern Forms

List Actions

Scheduled/Triggered Actions

-

-


Output 

There are no outputs for this action.


    • Related Articles

    • Action: Update meetings

      Update meetings action allows to update properties of the specified online meeting in Microsoft Teams and in Outlook as well. It allows to update properties of a single meeting and a series of meetings. Example of Upgrade meetings action ...
    • Action: Get meetings

      Get meetings action allows to retrieve properties of the specified online meeting from the calendar in Microsoft Teams. Example of Get meetings action configuration on the current site For more information about Action Builder read Action Builder ...
    • Action Builder Introduction

      The Teamsware Studio Action Builder is a tool that allows you to specify actions which are executed in consecutive order. You can build powerful workflows triggered from a form button, on form load, from a list view, scheduled or event triggered on a ...
    • Action: Get image data

      Get image data action allows you to retrieve the image data information such as geolocation and the size of the image. Example of Get image data action configuration on the current site For more information about Action Builder read Action Builder ...
    • Action: Create new folder

      Create new folder action allows to create a new folder dynamically in a specified SharePoint library. Example of Create new folder action configuration on the current site For more information about Action Builder read Action Builder introduction ...