Skip to main content
Glama

Google Toolbox

create_event

Schedule calendar events by specifying details like summary, start and end times, location, description, and attendees using this tool.

Instructions

Create a new calendar event

Input Schema

NameRequiredDescriptionDefault
attendeesNo
descriptionNo
endYes
locationNo
startYes
summaryYes

Input Schema (JSON Schema)

{ "properties": { "attendees": { "anyOf": [ { "items": { "format": "email", "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attendees" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "end": { "title": "End", "type": "string" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location" }, "start": { "title": "Start", "type": "string" }, "summary": { "title": "Summary", "type": "string" } }, "required": [ "summary", "start", "end" ], "title": "create_eventArguments", "type": "object" }

You must be authenticated.

Other Tools from Google Toolbox

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jikime/py-mcp-google-toolbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server