Google Calendar

get_event

Retrieves details of a specific event

Input Schema

NameRequiredDescriptionDefault
eventIdYesID of the event to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eventId": { "description": "ID of the event to retrieve", "type": "string" } }, "required": [ "eventId" ], "type": "object" }