feat(skills): add attendees support to msgraph calendar event creation#206
Merged
codemie-ai merged 2 commits intomainfrom Mar 9, 2026
Merged
feat(skills): add attendees support to msgraph calendar event creation#206codemie-ai merged 2 commits intomainfrom
codemie-ai merged 2 commits intomainfrom
Conversation
Allow specifying comma-separated attendee emails when creating calendar events via the Graph API skill. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
8nevil8
approved these changes
Mar 9, 2026
Bump expected plugin.json version in sso-claude-plugin tests from 1.0.16 to 1.0.17 to match the updated plugin.json. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--attendeesflag tocmdCalendarwhen creating calendar events via Microsoft Graph APIChanges
src/agents/plugins/claude/plugin/skills/msgraph/scripts/msgraph.js: Parseargs.attendeesand attach attendee objects to the event payload before posting to/me/eventsTest Plan
--attendees user1@example.com,user2@example.com--attendeesstill works as before🤖 Generated with CodeMie CLI