Edit Event
edit_eventChange specific fields of an existing calendar event in Less Annoying CRM, leaving other fields untouched. Requires an event_id.
Instructions
Update an existing calendar event in Less Annoying CRM. Only include fields you want to change - other fields remain unchanged.
Required: event_id. Use search_events or get_event to find valid event IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Event name | |
| end_date | No | New end date/time | |
| event_id | Yes | The EventId to edit | |
| location | No | ||
| attendees | No | ||
| is_all_day | No | ||
| start_date | No | New start date/time | |
| calendar_id | No | ||
| description | No | ||
| is_recurring | No | ||
| recurrence_rule | No | ||
| end_recurrence_date | No |