App Logo
calendar.google.com

Add Google Meet link to a Calendar event

Add a Google Meet video-conferencing link to an existing Google Calendar event, by its eid. Safe to repeat: if the event already has a conference link, nothing changes and the existing link is returned. Returns the event's Meet link, verified by reopening the saved event.

Input

eid required

Base64 event handle from list_events/search_events/create_event

Output

eid required
added required

true if a new link was added; false if the event already had one

meetLink required

FAQ

Add a Google Meet video-conferencing link to an existing Google Calendar event, by its eid. Safe to repeat: if the event already has a conference link, nothing changes and the existing link is returned. Returns the event's Meet link, verified by reopening the saved event.
Required: eid.
It returns eid, added, meetLink.
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/add_conference_link, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendar.google.com/add_conference_link
It is part of Reduck's official curated catalogue.

Start building not clicking