Record a booked meeting
confirm_meetingConfirm a meeting by recording the calendar event ID, start, and end times. This marks the meeting as booked and its tickets scheduled.
Instructions
After you create the calendar event, record it here. Marks the meeting booked and its tickets scheduled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ISO end time. | |
| start | Yes | ISO start time the event was booked at. | |
| meeting_id | Yes | ||
| calendar_event_id | Yes | The id returned by your calendar MCP. |