POST
/
v1
/
calendars
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required

The identifier of the calendar which will be updated.

Body

application/json
active
boolean

Whether the calendar is currently available.

description
string

The calendar's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the calendar for your own rendering purposes.

image
string

An URL of an image for this calendar, meant to be displayable to the customer.

name
string

The calendar's name, meant to be displayable to the customer.

url
string

A URL of a publicly-accessible webpage for this calendar.

Response

200 - application/json

Calendars describe the specific calendars available to your customers. Calendars are populated with Events.

active
boolean

Whether the calendar is currently available for use.

created
string

Time at which the object was created, in ISO 8601 format.

description
string | null

The calendar's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the calendar for your own rendering purposes.

id
string

Unique identifier for the object.

image
string

An URL of an image for this calendar, meant to be displayable to the customer.

name
string

The calendar's name, meant to be displayable to the customer.

object
enum<string>

String representing the object's type. Objects of the same type share the same value.

Available options:
calendar
updated
string

Time at which the object was last updated, in ISO 8601 format.

url
string | null

A URL of a publicly-accessible webpage for this calendar.