Reclaim.ai · Example Payload

Reclaim Ai Calendar Example

AISchedulingCalendarProductivityTasksHabitsTime ManagementMeetingsFocus Time

Reclaim Ai Calendar Example is an example object payload from Reclaim.ai, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

validprimaryCalendarForAccountidnamecolorHexuseruserIdcalendarIdexternalCalendarIdcredentialEmail

Example Payload

Raw ↑
{
  "valid": false,
  "primaryCalendarForAccount": false,
  "id": 1,
  "name": "string",
  "colorHex": "string",
  "user": {
    "id": "string",
    "email": "string",
    "principal": "string",
    "provider": "string",
    "baseProvider": "string",
    "name": "string",
    "firstName": "string",
    "entitlements": {},
    "detailedEntitlements": {},
    "editionEntitlements": {
      "MAX_TEAM_SIZE": {},
      "SCHEDULER_WEEKS": {},
      "MAX_TASKS": {},
      "MAX_CALENDARS": {},
      "MAX_SYNCS": {},
      "MAX_HABITS": {},
      "MAX_TASKS_WEEK": {},
      "TRAVEL_TIME": {},
      "DECOMPRESSION_TIME": {},
      "CUSTOM_BLOCKING": {}
    }
  },
  "userId": "string",
  "calendarId": "string",
  "externalCalendarId": {
    "externalId": "string"
  },
  "credentialEmail": {
    "email": "string"
  }
}