Microsoft Exchange · Schema

Microsoft Exchange Calendar

Represents a calendar container for event resources as exposed through the Microsoft Graph Calendar API. Can be a calendar for a user or the default calendar of a Microsoft 365 group. Users can organize calendars in calendar groups.

CalendarCollaborationContactsEmailEnterprise

Properties

Name Type Description
id string The calendar's unique identifier
name string The calendar name
color string Specifies the color theme to distinguish the calendar in the UI
hexColor string The calendar color in hex format (e.g. #FF0000)
isDefaultCalendar boolean Whether this is the default calendar for new events
changeKey string Identifies the version of the calendar object
canEdit boolean Whether the user can write to the calendar
canShare boolean Whether the user has permission to share the calendar
canViewPrivateItems boolean Whether the user can read private calendar items
isRemovable boolean Whether this calendar can be deleted from the mailbox
isTallyingResponses boolean Whether this calendar supports tracking of meeting responses
owner object The user who created or added the calendar
allowedOnlineMeetingProviders array Online meeting providers available for this calendar
defaultOnlineMeetingProvider string Default online meeting provider for meetings from this calendar
View JSON Schema on GitHub

JSON Schema

microsoft-exchange-calendar-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/microsoft-exchange/json-schema/microsoft-exchange-calendar-schema.json",
  "title": "Microsoft Exchange Calendar",
  "description": "Represents a calendar container for event resources as exposed through the Microsoft Graph Calendar API. Can be a calendar for a user or the default calendar of a Microsoft 365 group. Users can organize calendars in calendar groups.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The calendar's unique identifier",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "description": "The calendar name"
    },
    "color": {
      "type": "string",
      "enum": [
        "auto",
        "lightBlue",
        "lightGreen",
        "lightOrange",
        "lightGray",
        "lightYellow",
        "lightTeal",
        "lightPink",
        "lightBrown",
        "lightRed",
        "maxColor"
      ],
      "description": "Specifies the color theme to distinguish the calendar in the UI"
    },
    "hexColor": {
      "type": "string",
      "pattern": "^#?[0-9a-fA-F]{6}$",
      "description": "The calendar color in hex format (e.g. #FF0000)",
      "readOnly": true
    },
    "isDefaultCalendar": {
      "type": "boolean",
      "description": "Whether this is the default calendar for new events"
    },
    "changeKey": {
      "type": "string",
      "description": "Identifies the version of the calendar object",
      "readOnly": true
    },
    "canEdit": {
      "type": "boolean",
      "description": "Whether the user can write to the calendar",
      "readOnly": true
    },
    "canShare": {
      "type": "boolean",
      "description": "Whether the user has permission to share the calendar",
      "readOnly": true
    },
    "canViewPrivateItems": {
      "type": "boolean",
      "description": "Whether the user can read private calendar items",
      "readOnly": true
    },
    "isRemovable": {
      "type": "boolean",
      "description": "Whether this calendar can be deleted from the mailbox",
      "readOnly": true
    },
    "isTallyingResponses": {
      "type": "boolean",
      "description": "Whether this calendar supports tracking of meeting responses",
      "readOnly": true
    },
    "owner": {
      "$ref": "#/$defs/emailAddress",
      "description": "The user who created or added the calendar"
    },
    "allowedOnlineMeetingProviders": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": ["unknown", "skypeForBusiness", "skypeForConsumer", "teamsForBusiness"]
      },
      "description": "Online meeting providers available for this calendar"
    },
    "defaultOnlineMeetingProvider": {
      "type": "string",
      "enum": ["unknown", "skypeForBusiness", "skypeForConsumer", "teamsForBusiness"],
      "description": "Default online meeting provider for meetings from this calendar"
    }
  },
  "$defs": {
    "emailAddress": {
      "type": "object",
      "description": "The name and email address of a person",
      "properties": {
        "name": {
          "type": "string",
          "description": "The display name"
        },
        "address": {
          "type": "string",
          "format": "email",
          "description": "The email address"
        }
      }
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-exchange-calendar"
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.