GOOGLESUPER_PATCH_EVENT

Update specified fields of an existing event in a Google Calendar using patch semantics (array fields like attendees are fully replaced if provided); ensure the calendar_id and event_id are valid and the user has write access to the calendar.

SERVERGoogle Super SOURCEgooglesuper
Medium RISK CLASS
Category Write
Parameters 120 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/googlesuper/googlesuper-patch-event.md

What GOOGLESUPER_PATCH_EVENT does on Google Super

AI agents use GOOGLESUPER_PATCH_EVENT to create or update resources in Google Super, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Google Super environment.

ParameterTypeRequiredDescription
summary string New title for the event.
end_time string New end time (RFC3339 timestamp, e.g., '2024-07-01T11:00:00-07:00'). Uses `timezone` if provided, otherwise UTC. For all-day events, use YYYY-MM-DD format (excl
event_id string Identifier of the event to update. Must be provided in snake_case format.
location string New geographic location (physical address or virtual meeting link).
timezone string IANA Time Zone Database name for start/end times (e.g., 'America/Los_Angeles'). Used if `start_time` and `end_time` are provided and not all-day dates; defaults
attendees array List of email addresses for attendees. Replaces existing attendees. Provide an empty list to remove all.
start_time string New start time (RFC3339 timestamp, e.g., '2024-07-01T10:00:00-07:00'). Uses `timezone` if provided, otherwise UTC. For all-day events, use YYYY-MM-DD format.
calendar_id string Identifier of the calendar. Use 'primary' for the primary calendar of the logged-in user. To find other calendar IDs, use the `calendarList.list` method. Must b
description string New description for the event; can include HTML.
send_updates string Whether to send update notifications to attendees: 'all', 'externalOnly', or 'none'. Uses default user behavior if unspecified.
max_attendees integer Maximum attendees in response; does not affect invited count. If more, response includes organizer only. Must be positive.
rsvp_response string RSVP response status for the authenticated user. Updates only the current user's response status without affecting other attendees. Possible values: 'needsActio

Parameters from the server's own tool schema.

Why GOOGLESUPER_PATCH_EVENT is rated Medium

This tool modifies existing calendar events by updating their fields. It is a Write operation because it changes data reversibly—events can be further modified or restored. It does not delete events (which would be Destructive), nor execute arbitrary code (Execute), nor move money (Financial).

From the tool's definition Update specified fields of an existing event in a Google Calendar using patch semantics; ensure the user has write access to the calendar.

Risk signalsHigh parameter count (14 properties)

Questions about GOOGLESUPER_PATCH_EVENT

What does the GOOGLESUPER_PATCH_EVENT tool do? +

Update specified fields of an existing event in a Google Calendar using patch semantics (array fields like attendees are fully replaced if provided); ensure the calendar_id and event_id are valid and the user has write access to the calendar. It is categorised as a Write tool in the Google Super MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does GOOGLESUPER_PATCH_EVENT accept? +

GOOGLESUPER_PATCH_EVENT accepts 12 parameters: summary, end_time, event_id, location, timezone, attendees, start_time, calendar_id, description, send_updates, max_attendees, rsvp_response. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on GOOGLESUPER_PATCH_EVENT? +

Register the Google Super MCP server in PolicyLayer and add a rule for GOOGLESUPER_PATCH_EVENT: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Google Super. Nothing to install.

What risk level is GOOGLESUPER_PATCH_EVENT? +

GOOGLESUPER_PATCH_EVENT is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit GOOGLESUPER_PATCH_EVENT? +

Yes. Add a rate_limit block to the GOOGLESUPER_PATCH_EVENT rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block GOOGLESUPER_PATCH_EVENT completely? +

Set action: deny in the PolicyLayer policy for GOOGLESUPER_PATCH_EVENT. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides GOOGLESUPER_PATCH_EVENT? +

GOOGLESUPER_PATCH_EVENT is provided by the Google Super MCP server (googlesuper). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Google Super, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Google Super's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.