Skip to content

feat(skills): add attendees support to msgraph calendar event creation#206

Merged
codemie-ai merged 2 commits intomainfrom
feat/msgraph-calendar-attendees
Mar 9, 2026
Merged

feat(skills): add attendees support to msgraph calendar event creation#206
codemie-ai merged 2 commits intomainfrom
feat/msgraph-calendar-attendees

Conversation

@vadimvlasenko
Copy link
Collaborator

Summary

  • Add --attendees flag to cmdCalendar when creating calendar events via Microsoft Graph API
  • Accepts comma-separated email addresses, mapped to required attendees in the event payload

Changes

  • src/agents/plugins/claude/plugin/skills/msgraph/scripts/msgraph.js: Parse args.attendees and attach attendee objects to the event payload before posting to /me/events

Test Plan

  • Create a calendar event with --attendees user1@example.com,user2@example.com
  • Verify attendees appear on the created event in Microsoft 365
  • Verify event creation without --attendees still works as before

🤖 Generated with CodeMie CLI

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>
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>
@codemie-ai codemie-ai merged commit 967b180 into main Mar 9, 2026
5 checks passed
@codemie-ai codemie-ai deleted the feat/msgraph-calendar-attendees branch March 9, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants