Skip to main content

Quick add event

The Quick add event action to create simple, one-off calendar events from natural-language text. This is a write action and parses the text to extract the event title, date, and time, and creates the event on the specified calendar with only the authenticated user as the participant.

Prerequisites

  • Ensure a connected Google Calendar account exists for the user.
  • The connected account must have permission in Google Calendar to add events.
  • Google Calendar must be connected as a data source for Glean actions.

Supported parameters

ParameterTypeDescription
Calendar IDStringIdentifier of the calendar for the event. Use 'primary' for the main calendar, or provide a specific calendar ID
Event detailsStringNatural language input describing the event; Google Calendar parses this for event details like title, date, and time.
Send updatesStringControls whether email notifications about the event creation are sent to attendees.

Usage examples

  • "Add a quick reminder to my calendar for the all-hands meeting tomorrow at 2 pm."

  • "Create a calendar event for lunch with the team on Friday at noon."

  • "Schedule a dentist appointment next Tuesday at 10 am."

Troubleshooting

FAQs