update_calendar_event
Update existing calendar events by specifying only the fields to change. If you're the organizer, attendees are notified automatically.
Instructions
Update an existing calendar event. Only include fields you want to change. If you are the organizer, updates are sent to attendees automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New event body (plain text). WARNING: for online meetings, this overwrites the Teams join link. | |
| showAs | No | ||
| eventId | Yes | Event ID from get_calendar_events | |
| subject | No | ||
| location | No | ||
| timezone | No | Windows timezone name for start/end times | W. Europe Standard Time |
| isPrivate | No | ||
| recurrence | No | Change the recurrence pattern. Only applies to series master events. | |
| endDateTime | No | Local datetime WITHOUT offset | |
| hideAttendees | No | Hide the attendee list so attendees cannot see who else was invited | |
| startDateTime | No | Local datetime WITHOUT offset | |
| reminderMinutes | No | Reminder in minutes before event start. Set to 0 to disable reminder | |
| responseRequested | No | Request attendees to send a response |