Top Google Calendar automations
Explore Plans
Mobile menu Close menu
Google CalendarGoogle Calendar

Quick add event

This Action will add an event to your Google Calendar. Simply include a detailed description of when and what.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will add an event to your Google Calendar. Simply include a detailed description of when and what.
API endpoint slug
google_calendar.quick_add_event
Filter code method
GoogleCalendar.quickAddEvent.skip(string?: reason)
Runtime method
runAction("google_calendar.quick_add_event", {})

Action fields

Calendar Dropdown list

Label
Which calendar?
Slug
calendar
Required
true
Can have default value
false

Quick add Text input

Label
Quick add text
Helper text
Note: Google's Quick Add feature is English-only e.g. “dinner with Alex tomorrow 7pm”
Slug
quick_add
Required
true
Can have default value
true
Filter code method
GoogleCalendar.quickAddEvent.setQuickAdd(string: quickAdd)