Skip to main content
Glama

Microsoft MCP

by elyxlz

list_events

Retrieve and display calendar events within a specified date range, including recurring instances, using the Microsoft MCP server. Ideal for managing and organizing Outlook schedules efficiently.

Instructions

List calendar events within specified date range, including recurring event instances

Input Schema

NameRequiredDescriptionDefault
account_idYes
days_aheadNo
days_backNo
include_detailsNo

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "days_ahead": { "default": 7, "title": "Days Ahead", "type": "integer" }, "days_back": { "default": 0, "title": "Days Back", "type": "integer" }, "include_details": { "default": true, "title": "Include Details", "type": "boolean" } }, "required": [ "account_id" ], "type": "object" }

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