Update Appointment Group
update_appointment_groupUpdate an existing appointment group's title, description, location, or context. Publish a draft group or add new time slots to make it visible to participants.
Instructions
Update an existing appointment group. Use publish=true to make a draft group visible to participants, or add new time slots via new_appointments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| publish | No | Set to true to publish the group | |
| description | No | New description | |
| context_codes | No | Update context associations | |
| location_name | No | Location name | |
| location_address | No | Location address | |
| new_appointments | No | New time slots to add as [start_at, end_at] pairs | |
| appointment_group_id | Yes | The appointment group ID |