create_meeting_with_zoom
Automatically create a Google Calendar event with a Zoom meeting link. Provide meeting details to get a calendar event and a Zoom join URL in one step.
Instructions
Create a Google Calendar event WITH a Zoom meeting link automatically added.
This is the preferred way to create meetings - it creates a Zoom meeting and a Google Calendar event in one step, with the Zoom link included.
Args: summary: The meeting title (used for both Calendar event and Zoom meeting) start_time: Start time in RFC3339 format (e.g., "2026-01-15T10:00:00-05:00") end_time: End time in RFC3339 format (e.g., "2026-01-15T11:00:00-05:00") attendees: Optional list of attendee email addresses description: Optional meeting description/agenda location: Optional location (Zoom link will be appended) timezone: Timezone for the Zoom meeting (default: "America/New_York")
Returns: dict containing: - calendar_event: The created Google Calendar event details - zoom_meeting: The created Zoom meeting details including join_url - message: Success message with links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| end_time | Yes | ||
| location | No | ||
| timezone | No | America/New_York | |
| attendees | No | ||
| start_time | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||