Create a Calendar Event

Create a calendar event and notify using SMS.

👍

Access and Registration

Authentication

Scope

industries-scheduler-appointment:write

Body Response - Schema

200 OK

Appointment creation and sms notification sent successfully.

ParameterTypeDescription
idstringThe ID. Required.
account_idstringThe account ID associated with the team. Required.
team_memberobjectThe team member information. Required.
"team_member" subdivides into:

1. "name"(string) - The name of the team member.
2. "email"(string) - The email address of the team member.
3. "status"(string) - The status of the team member.
Allowed values: ACTIVE, PENDING
4. "provider"(string) - Team member email provider. Required. Allowed values: GOOGLE, OUTLOOK
calendar_event_idstringThe calendar event ID. Required.
startintegerThe start time of the appointment in UTC timestamp (milliseconds). Required.
endintegerThe end time of the appointment in UTC timestamp (milliseconds). Required.
team_idstringThe ID of the team associated with the appointment. <= 50 characters. Required.
client_namestringThe name of the client associated with the appointment. <= 50 characters
client_emailstringThe email of the client associated with the appointment. <= 50 characters
notesstringThe notes associated with the appointment. <= 50 characters

400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fields array[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Authorization
Header
Click Try It! to start a request and see the response here!