Skip to content

[FEATURE REQ] Add support for AI-assisted prompts for meeting creation #211

Description

@ali-ahnaf

Is your feature request related to a problem? Please describe.
Users currently experience friction when transitioning from a quick thought, slack message, or email into creating a calendar event. Manually clicking through and filling out individual fields (title, date, time, duration, and attendees) slows down the scheduling workflow. For a web application focused on booking Google Calendar meetings quickly, relying entirely on traditional form completion acts as a bottleneck.

Describe the solution you'd like
Introduce a single, high-prominence AI-Assisted Prompt input bar within the meeting creation flow.
Users can type or paste a natural language sentence (e.g., "Set up a 30-minute sync with Sarah tomorrow at 2 PM to review the Q3 roadmap").
The app will leverage a language model to parse this unstructured text and automatically extract and populate the structured fields:
Event Title: Review Q3 roadmap
Date/Time: Next day at 2:00 PM
Duration: 30 minutes
Attendees: Sarah (auto-mapped to her saved contact/email if available)

The user will see the populated form fields instantly and can make final adjustments before confirming the booking.

Describe alternatives you've considered

Traditional Quick Add Syntax: Using strict, semi-structured shorthand formulas (e.g., Google Calendar's native "Sync with Sarah at 2pm tomorrow" text parsing). However, this is rigid, lacks smart contact matching, and requires users to memorize syntax rules.

Slash Commands: Implementing a command-line style interface (e.g., /title Review Q3 roadmap /time 2pm). This still forces the user to think like a machine rather than speaking or writing naturally.

Additional context
This feature directly supports our core value proposition of ultra-fast scheduling. Behind the scenes, the input string will be sent to our backend parsing endpoint, which uses an LLM to output a clean JSON payload mapping directly to the Google Calendar API parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions