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: Create retention label

      Create retention label action allows to create a retention label for the items/documents that need exceptions to your retention policies. Exceptions include extending the retention period for specific items/documents or preventing certain ...
    • Action: Execute script

      Execute script action allows you dynamically run JavaScript scripts. For more information about Action Builder read Action Builder introduction article. To configure the action additional properties should be specified: Configuration Property ...