Microsoft Graph · Schema
reminder
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
Properties
| Name | Type | Description |
|---|---|---|
| changeKey | string | Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. |
| eventEndTime | object | The date, time and time zone that the event ends. |
| eventId | string | The unique ID of the event. Read only. |
| eventLocation | object | The location of the event. |
| eventStartTime | object | The date, time, and time zone that the event starts. |
| eventSubject | string | The text of the event's subject line. |
| eventWebLink | string | The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in wit |
| reminderFireTime | object | The date, time, and time zone that the reminder is set to occur. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.reminder",
"title": "reminder",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"changeKey": {
"type": "string",
"description": "Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object.",
"nullable": true
},
"eventEndTime": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
},
{
"type": "object",
"nullable": true
}
],
"description": "The date, time and time zone that the event ends."
},
"eventId": {
"type": "string",
"description": "The unique ID of the event. Read only.",
"nullable": true
},
"eventLocation": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.location"
},
{
"type": "object",
"nullable": true
}
],
"description": "The location of the event."
},
"eventStartTime": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
},
{
"type": "object",
"nullable": true
}
],
"description": "The date, time, and time zone that the event starts."
},
"eventSubject": {
"type": "string",
"description": "The text of the event's subject line.",
"nullable": true
},
"eventWebLink": {
"type": "string",
"description": "The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in with the browser.This URL can't be accessed from within an iFrame.",
"nullable": true
},
"reminderFireTime": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.dateTimeTimeZone"
},
{
"type": "object",
"nullable": true
}
],
"description": "The date, time, and time zone that the reminder is set to occur."
},
"@odata.type": {
"type": "string"
}
}
}
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/microsoft-graph-microsoftgraphreminder"
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.