Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

create_event

Schedule and manage Google Calendar events by specifying title, time, location, attendees, and description. Returns confirmation with event link for successful creation.

Instructions

Creates a new event. Args: user_google_email (str): The user's Google email address. Required. summary (str): Event title. start_time (str): Start time (RFC3339, e.g., "2023-10-27T10:00:00-07:00" or "2023-10-27" for all-day). end_time (str): End time (RFC3339, e.g., "2023-10-27T11:00:00-07:00" or "2023-10-28" for all-day). calendar_id (str): Calendar ID (default: 'primary'). description (Optional[str]): Event description. location (Optional[str]): Event location. attendees (Optional[List[str]]): Attendee email addresses. timezone (Optional[str]): Timezone (e.g., "America/New_York"). Returns: str: Confirmation message of the successful event creation with event link.

Input Schema

NameRequiredDescriptionDefault
attendeesNo
calendar_idNoprimary
descriptionNo
end_timeYes
locationNo
serviceYes
start_timeYes
summaryYes
timezoneNo
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "attendees": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attendees" }, "calendar_id": { "default": "primary", "title": "Calendar Id", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "end_time": { "title": "End Time", "type": "string" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location" }, "service": { "title": "service", "type": "string" }, "start_time": { "title": "Start Time", "type": "string" }, "summary": { "title": "Summary", "type": "string" }, "timezone": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Timezone" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email", "summary", "start_time", "end_time" ], "title": "create_eventArguments", "type": "object" }

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/taylorwilsdon/google_workspace_mcp'

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