create_event
Create a calendar event in a Microsoft Teams team by specifying team ID, subject, start and end times.
Instructions
Create a calendar event in a team
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Event subject/title | |
| team_id | Yes | The ID of the team | |
| description | No | Optional event description | |
| end_date_time | Yes | End time (ISO 8601) | |
| start_date_time | Yes | Start time (ISO 8601, e.g. 2026-06-23T14:00:00Z) |