
| Parameter name | Value | Description |
|---|---|---|
action |
string |
Type of action. Values: "contactEvent", "staffEvent". |
name |
string |
Name of the calendar template. Read-only. |
languages |
object |
Languages of the calendar template. Values: "en", "fr", "de", "es", "pt", "it". |
languages[language].id |
string |
Identifier of calendar template. |
languages[language].summary |
string |
Summary of the calendar template. |
languages[language].description |
string |
Description of the calendar template. |
languages[language].location |
string |
Location type. Values: "companyAddress", "videoconference", "custom" |
languages[language].locationCustom |
string |
Custom string location. |
default |
boolean |
If the content of the calendar template is a default calendar template. Read-only |
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}/settings/templates/calendars/{action}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
action |
string |
Action of the calendar template. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}/settings/templates/calendars/{action}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
action |
string |
Action of the calendar template. |
| Optional query parameters | ||
language |
string |
language for template details. Default value: "en". |
Do not supply a request body with this method.
If successful, this method returns a Calendar Template in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
| Parameter name | Value | Description |
|---|---|---|
| Required query parameters | ||
companyId |
string |
Company identifier. |
| Optional query parameters | ||
language |
string |
language for template details. Default value: "en". |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
{companyId}/settings/templates/calendars/{action}| Parameter name | Value | Description |
|---|---|---|
| Path parameters | ||
companyId |
string |
Company identifier. |
action |
string |
Action of the calendar template. |
| Optional query parameters | ||
language |
string |
language for template details. Default value: "en". |
In the request body, supply a Calendar Template Resource with the following properties:
| Parameter name | Value | Description |
|---|---|---|
| Optional Properties | ||
name |
string |
Name of the calendar template. |
languages |
object |
Languages of the calendar template. Values: "en", "fr", "de", "es", "pt", "it". |
languages[language].id |
string |
Identifier of calendar template. |
languages[language].summary |
string |
Summary of the calendar template. |
languages[language].description |
string |
Description of the calendar template. |
languages[language].location |
string |
Location type. Values: "companyAddress", "videoconference", "custom" |
languages[language].locationCustom |
string |
Custom string location. |
If successful, this method returns a Calendar Template Resource in the response body.