action twinehealth_create_calendar_event { label: "Create calendar event" description: "Create a calendar event for a patient. Attribute `all_day` must be set to `true` and `end_at` cannot be set for `plan-check-in` event type." provider: twinehealth method: POST path: "/calendar_event" encoding: json output: { type: "object" additionalProperties: true } }