Skip to main content
Glama

Google Workspace MCP Server

by epaproditus

create_event

Generate and schedule calendar events with attendees, location, and details. Define start and end times, summary, and event description for organized planning.

Instructions

Create a new calendar event

Input Schema

NameRequiredDescriptionDefault
attendeesNoList of attendee email addresses
descriptionNoEvent description
endYesEnd time in ISO format
locationNoEvent location
startYesStart time in ISO format
summaryYesEvent title

Input Schema (JSON Schema)

{ "properties": { "attendees": { "description": "List of attendee email addresses", "items": { "type": "string" }, "type": "array" }, "description": { "description": "Event description", "type": "string" }, "end": { "description": "End time in ISO format", "type": "string" }, "location": { "description": "Event location", "type": "string" }, "start": { "description": "Start time in ISO format", "type": "string" }, "summary": { "description": "Event title", "type": "string" } }, "required": [ "summary", "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from Google Workspace MCP Server

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/epaproditus/google-workspace-mcp-server'

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