Reclaim.ai · Schema
CalendarView
Artificial IntelligenceSchedulingCalendarProductivityTaskHabitsTime ManagementMeetingsFocus Time
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| id | integer | |
| externalId | string | |
| connected | boolean | |
| colorHex | string | |
| credentialId | integer | |
| reason | object | |
| writableFor | array | |
| provider | string | |
| googleMeetAllowed | boolean | |
| microsoftTeamsAllowed | boolean | |
| defaultReminders | array | |
| reminderDefaults | array | |
| useType | object | |
| otherConnectedCalendarsExist | boolean | |
| accessDomainRead | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.app.reclaim.ai/schemas/CalendarView",
"title": "CalendarView",
"required": [
"colorHex",
"connected",
"credentialId",
"externalId",
"googleMeetAllowed",
"id",
"microsoftTeamsAllowed",
"name",
"otherConnectedCalendarsExist",
"provider",
"useType",
"writableFor"
],
"type": "object",
"properties": {
"name": {
"type": "string"
},
"id": {
"type": "integer",
"format": "int64"
},
"externalId": {
"type": "string"
},
"connected": {
"type": "boolean"
},
"colorHex": {
"type": "string"
},
"credentialId": {
"type": "integer",
"format": "int64"
},
"reason": {
"nullable": true,
"allOf": [
{
"$ref": "#/components/schemas/IneligibilityReason"
}
]
},
"writableFor": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ReclaimEventType"
}
},
"provider": {
"type": "string"
},
"googleMeetAllowed": {
"type": "boolean"
},
"microsoftTeamsAllowed": {
"type": "boolean"
},
"defaultReminders": {
"type": "array",
"nullable": true,
"deprecated": true,
"items": {
"type": "integer",
"format": "int32"
}
},
"reminderDefaults": {
"type": "array",
"nullable": true,
"items": {
"$ref": "#/components/schemas/Reminder"
}
},
"useType": {
"$ref": "#/components/schemas/CalendarUseType"
},
"otherConnectedCalendarsExist": {
"type": "boolean"
},
"accessDomainRead": {
"type": "boolean",
"nullable": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/reclaim-ai-calendarview"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.