update_calendar_event
Modify calendar event fields such as time, location, attendees, and description to correct or refresh information in Moxie CRM.
Instructions
Update an existing calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the event | |
| endTime | No | New end time in ISO-8601 format | |
| eventId | Yes | ID of the event to update | |
| location | No | New event location | |
| attendees | No | Updated list of attendee email addresses | |
| startTime | No | New start time in ISO-8601 format | |
| clientName | No | Client associated with this event | |
| description | No | New event description | |
| projectName | No | Project associated with this event |