ghl_calendar_appointment_update
Modify existing calendar appointments by updating title, time, status, or recurrence rules with event ID.
Instructions
Update Appointment Update appointment Endpoint: PUT /calendars/events/appointments/{eventId} (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| eventId | Yes | Event Id or Instance id. For recurring appointments send masterEventId to modify original series. |