Update an event

The Update Calendar Event API updates an event, including start/end times and attendees. Provided attendees override existing ones.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Supported Apps

Here is the list of apps that supports this API

AppApp ID
Outlook Calendarmicrosoft-calendar
Google Calendargoogle-calendar
Body Params
string
required

calendarId is obtained from the List Calendars API.

string
required

eventId for which update is required.

string

Title of event for e.g. Daily Standup

string

A brief summary of the event.

start
object

The start time of the event. For all-day events, you can pass a date instead of dateTime

end
object

The end time of the event. For all-day events, you can pass a date instead of dateTime

boolean
Defaults to false

In case of all day events pass date in start and end input.

recurrence
array of objects

Needed for recurring event

recurrence
attendees
array of objects

List of participants of event.

attendees
reminder
array

A list of reminders for the event. If empty or omitted, provider defaults apply.

reminder
confrencingDetails
object

An object related to confrencing details in case of online meeting

string

JSON-formatted string containing set of key-value attributes to provide additional data

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json