App Logo
calendar.google.com

RSVP to a Google Calendar invitation

Respond to a Google Calendar invitation (RSVP yes / no / maybe) by its eid, as the signed-in account. Opens the event, sets the Going? response and saves; the organizer is notified automatically. Only works on events you were invited to (that expose the RSVP control) — passing an event you solely organize fails loudly. Returns responded, eid, response.

Input

eid required

Base64 event handle from list_events/search_events

response required

RSVP response

Output

eid required
response required
responded required

FAQ

Respond to a Google Calendar invitation (RSVP yes / no / maybe) by its eid, as the signed-in account. Opens the event, sets the Going? response and saves; the organizer is notified automatically. Only works on events you were invited to (that expose the RSVP control) — passing an event you solely organize fails loudly. Returns responded, eid, response.
Required: eid, response.
It returns eid, response, responded.
Yes. It acts as you on calendar.google.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the calendar.google.com cookies saved by the Reduck extension.
It makes changes on calendar.google.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/calendar.google.com/respond_invitation, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendar.google.com/respond_invitation
It is part of Reduck's official curated catalogue.

Start building not clicking