Calendar

Google Workspace

Calendar

In the current app, Google Calendar supports listing calendars, reviewing events for today or this week, and creating, updating, or deleting events.

Currently supported scheduling actions

  • List the calendars available on the connected account.
  • Read events for the today or week ranges.
  • Create events with title, description, location, and start/end times.
  • Update time, description, and location on existing events.
  • Delete events you no longer want to keep.

Example requests

Show today's events from my Google Calendar.
Pull only the external meetings from this week's calendar.
Create a product review meeting tomorrow from 2 PM to 3 PM.
Change the location on the meeting we just created to online.
Cancel Friday evening's schedule.

Helpful event fields

summary

Required

The event title that will appear on the calendar.

Example: Weekly product review

start / end

Required

The start and end timestamps. The current backend expects clear natural-language times or ISO strings.

Example: 2026-04-07T14:00:00+09:00 / 2026-04-07T15:00:00+09:00

description

Optional notes or agenda for the event.

location

A physical location or an online meeting reference.

timeZone

Useful when the request involves a non-default timezone.

Example: Asia/Seoul

Notes

  • This docs set covers Google Calendar only. Microsoft 365 calendar is a separate connection.
  • Missing calendar scopes can block event reads or writes until you run Re-consent.
  • If you do not specify an account, the current default Google account is used first.