Skip to main content
PUT
/
v1
/
bot
/
calendar
/
events
/
{event_id}
Update Calendar Event
curl --request PUT \
  --url https://api.boostgpt.co/v1/bot/calendar/events/{event_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "description": "<string>",
  "notes": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

event_id
string
required

Calendar event ID

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

Body

application/json
status
enum<string>
Available options:
booked,
rescheduled,
cancelled,
completed,
no_show
title
string
description
string
notes
string

Response

Update Calendar Event successful

The response is of type object.