Get details of a specific calendar event
calendar:get-event
{ "type": "object", "properties": { "calendarId": { "type": "string", "description": "Calendar ID" }, "eventId": { "type": "string", "description": "Event ID" }, "end_user_id": { "type": "string", "description": "End-user ID for per-user OAuth token resolution" } }, "required": [ "calendarId", "eventId" ], "description": "Input schema for the calendar:get-event tool." }