notion_update_appointment
Update existing Notion appointments by providing the appointment ID and only the fields to change—title, times, status, notes, and more.
Instructions
Update fields on an existing Notion appointment. Only provided fields change.
Args: params.notion_id: The Notion page ID (from notion_get_appointments). params.*: Any fields to update.
Returns: str: JSON dict of the updated appointment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |