action twinehealth_fetch_calendar_event { label: "Get a calendar event" description: "Get a calendar event by id" provider: twinehealth method: GET path: "/calendar_event/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }