claude-code - 💡(How to fix) Fix Google Calendar MCP: update_event is missing colorId parameter [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48288Fetched 2026-04-16 07:04:01
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×4commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

The update_event tool in the Google Calendar MCP integration is missing the colorId parameter, making it impossible to change event colors programmatically through Claude Code.

What Should Happen?

update_event should support a colorId parameter to allow changing the color of calendar events (e.g., blueberry, tomato, sage), consistent with the Google Calendar API's event resource.

Error Messages/Logs

Steps to Reproduce

  1. Ask Claude to change the color of a calendar event to "blueberry"
  2. Claude calls update_event — no colorId parameter is available
  3. Color change fails silently

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

Unknown (worked as of approximately 2026-04-13)

Claude Code Version

2.1.101 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Cursor

Additional Information

No response

extent analysis

TL;DR

The update_event tool in the Google Calendar MCP integration needs to be updated to include the colorId parameter to allow programmatic color changes of calendar events.

Guidance

  • Review the Google Calendar API documentation to confirm the required format and values for the colorId parameter.
  • Modify the update_event tool to accept and pass the colorId parameter to the Google Calendar API.
  • Test the updated update_event tool with different colorId values (e.g., "blueberry", "tomato", "sage") to ensure correct functionality.
  • Verify that the color change is successfully applied to the calendar event and visible in the Google Calendar interface.

Example

No code example is provided due to the lack of specific implementation details in the issue.

Notes

The fix relies on the Google Calendar API's support for the colorId parameter in the event resource. Ensure that the API version used by Claude Code supports this parameter.

Recommendation

Apply workaround: Update the update_event tool to include the colorId parameter, as this is a regression and a previous version supported this functionality.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING