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
- Label
- Which calendar?
- Slug
- calendar
- Required
- true
- Can have default value
- false
- 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)