Skip to main content
Glama

Microsoft MCP

by elyxlz

get_calendar_events

Retrieve detailed calendar events for a specified number of days using Microsoft Graph API, with options to filter by account and include event specifics. Simplify scheduling and event management.

Instructions

Get calendar events with full details

Input Schema

NameRequiredDescriptionDefault
account_idNo
daysNo
include_detailsNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Account Id" }, "days": { "default": 7, "title": "Days", "type": "integer" }, "include_details": { "default": true, "title": "Include Details", "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from Microsoft MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elyxlz/microsoft-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server