Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

MacJedi42/mcp-outlook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Outlook Integration Fork

This repository was a fork of kacase/mcp-outlook.

Contribution

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) in src/types.ts.
  • Extension of CalendarEventSchema and CreateEventSchema in src/types.ts to optionally include attendees.
  • Implementation of an addAttendeesToEvent method in src/graphClient.ts using a PATCH request to merge new attendees with existing ones.
  • Introduction of a new MCP tool, addAttendeesToCalendarEvent, in src/index.ts.

Archival

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:

https://github.com/kacase/mcp-outlook

About

An MCP Server for Microsoft Outlook using GraphAPI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 57.9%
  • JavaScript 42.1%