TeamGriddeveloper
get/calendar/{token}.icsRead operation

GET /calendar/{token}.ics

Use the frozen API v0 contract to gET /calendar/{token}.ics. Returns legacy response envelopes and uses page-and-limit pagination where the route supports collection reads. Authentication scopes the request to the workspace that issued the token.

Path parameters

1
tokenrequired
string

Opaque calendar-feed token issued by TeamGrid. Treat this value as a secret.

Responses

6
200The legacy request to gET /calendar/{token}.ics succeeded and returned the historical v0 response envelope.application/json
Response schemaapplication/json
data
object

Response data for the completed request.

info
string

The info associated with this legacy.

pagination
objectnullable

The pagination associated with this legacy.

status
stringnullable

Canonical status of the resource or operation.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

201The legacy request to gET /calendar/{token}.ics created a resource and returned the v0 response envelope.application/json
Response schemaapplication/json
data
object

Response data for the completed request.

info
string

The info associated with this legacy.

pagination
objectnullable

The pagination associated with this legacy.

status
stringnullable

Canonical status of the resource or operation.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

204The request to gET /calendar/{token}.ics completed successfully and returns no response body.
400Legacy request failure.application/json
Response schemaapplication/json
data
object

Response data for the completed request.

info
string

The info associated with this legacy.

pagination
objectnullable

The pagination associated with this legacy.

status
stringnullable

Canonical status of the resource or operation.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

401Authentication failed.application/json
Response schemaapplication/json
error
string

Sanitized failure information when the operation did not succeed.

message
string

Human-readable explanation intended to help diagnose the result.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

429Rate limit exceeded.application/json
Response schemaapplication/json
error
string

Sanitized failure information when the operation did not succeed.

message
string

Human-readable explanation intended to help diagnose the result.

statusCoderequired
integer

HTTP status code represented by this legacy response envelope.

Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.