updateParticipant
Update a participant's name, email, timezone, calendar provider, or set status to inactive for soft deactivation. Only provided fields change, preserving history.
Instructions
Use this tool when you need to change a participant's name, email, timezone, or calendar provider, or when you want to soft-deactivate a participant by setting status to "inactive". Only the fields you supply are changed (partial update — other fields stay as-is). Prefer this over deleteParticipant when you want to stop scheduling someone without erasing their history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| participantId | Yes | UUID of the participant to update. | |
| name | No | Updated full name. | |
| No | Updated email address. | ||
| timezone | No | Updated IANA timezone identifier. | |
| calendarProvider | No | Updated calendar provider. | |
| icalUrl | No | Updated iCal URL (required if switching to ical provider). | |
| status | No | Set to "inactive" to soft-deactivate. |