The createTeamsEventCalendar action is used by the Calendar connector to create a calendar event in the Outlook calendar.
The input parameters to create a calendar event are:
Parameter | Type | Required | Description |
---|---|---|---|
subject | String | Required | Subject of the calendar event |
text | String | Optional | Body of the calendar event |
startDate | DateTime | Required | Start Date / Time of the event |
minutes | Integer | Required | Duration in minutes of the event |
endDate | DateTime | Required | End Date / Time of the event |
attendees | Array | Required | List of attendees email addresses |
location | String | Optional | Location of the event |
timeZone | String | Optional | Timezone of the event. In general, the timeZone property can be set to any of the time zones supported by Microsoft Windows as well as the additional time zones supported by the calendar API. Set to GMT Standard Time by default. |
onlineMeeting | Boolean | Optional | Adds an online Teams meeting to the event. |
attachments | Content | Optional | File to attach to the calendar event |
The output parameters to create a calendar event in Microsoft Outlook are:
Parameter | Type | Required | Description |
---|---|---|---|
result | JSON | Optional | Response with the identifier returned by the Teams API |