This repository was a fork of kacase/mcp-outlook.
The primary contribution from this fork was the implementation of a feature to add attendees to existing calendar events. This functionality was merged into the upstream repository via Pull Request #1 Commit.
Key enhancements included:
- Definition of new data structures (
AttendeeSchema,AddAttendeesToEventSchema) insrc/types.ts. - Extension of
CalendarEventSchemaandCreateEventSchemainsrc/types.tsto optionally include attendees. - Implementation of an
addAttendeesToEventmethod insrc/graphClient.tsusing a PATCH request to merge new attendees with existing ones. - Introduction of a new MCP tool,
addAttendeesToCalendarEvent, insrc/index.ts.
As the contributions have been successfully merged into the main kacase/mcp-outlook repository, this fork is now archived. Please refer to the original repository for the latest code, ongoing development: