v1

latestOpenAPI 3.0.02026-07-249301.3 MB
Calendars

Edit an event

Edit a calendar event.

patch/api/v1/calendars/{calendar_id}/events/{event_id}

Path parameters

event_idstring required

The id of the event to edit.

calendar_idstring required

The id of calendar receiving the event.

Query parameters

account_idstring required

The id of the account to use.

Request body

titlestring

The title of the event.

bodystring

The body of the event.

locationstring

The location of the event.

is_attendees_list_hiddenboolean

Is the attendees list hidden for attendees.

recurrencestring[]

List of RRULE, EXRULE, RDATE and EXDATE lines for a recurring event, as specified in RFC5545.

colorstring

The color of the event. <br> Google Calendar: #7986CB, #33B679, #8E24AA, #E67C73, #F6BF26, #F4511E, #039BE5, #616161, #3F51B5, #0B8043, #D50000

notifyboolean

If true, send notifications about the event update to invited attendees.

guests_can_modifyboolean

If true, allow guests to modify the event. <br> Outlook Calendar: Not supported, this parameter will always be false.

Response

OK

object'CalendarEventUpdated' required