App Logo
calendar.google.com

Create a Google Calendar event

Create an event on the signed-in Google Calendar's primary calendar. Optionally invite guests (each gets an invitation email; external guests are auto-confirmed). Returns the new event's id, which you can pass to delete_event. A Google Meet link may be auto-added, depending on the account's default.

Input

end required

End: ISO datetime for timed, or YYYY-MM-DD (exclusive) for all_day

start required

Start: ISO datetime (2026-07-10T09:00:00) for timed, or YYYY-MM-DD for all_day

title required

Event title

guests optional

Guest email addresses to invite; an invitation email is sent to each (external guests auto-confirmed)

all_day optional
Default: false
location optional
timezone optional

IANA timezone for timed events

Default: "Europe/Paris"
description optional

Output

end required
start required
title required
all_day required
created required
eid optional

Base64 event handle for delete_event; null if the post-save read-back missed it across all retries

guests optional
html_link optional

FAQ

Create an event on the signed-in Google Calendar's primary calendar. Optionally invite guests (each gets an invitation email; external guests are auto-confirmed). Returns the new event's id, which you can pass to delete_event. A Google Meet link may be auto-added, depending on the account's default.
Required: title, start, end. Optional: guests, all_day, location, timezone, description.
It returns eid, end, start, title, guests, all_day, created, html_link.
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/create_event, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendar.google.com/create_event
It is part of Reduck's official curated catalogue.

Start building not clicking