> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cassidyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Google Calendar event

> Create events in your Google Calendar from a Workflow.

Create events in your Google Calendar directly from a [Workflow](/workflows/overview). Use this action to schedule meetings from form submissions, add follow-up events after calls, or automate calendar management.

<Steps>
  <Step title="Add the action">
    In the [Workflow builder](/workflows/building), click the **+** button between existing blocks. Select **Create Google Calendar Event** from the action list.

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-0.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=44a0fa0ee251b2e1d20eb9a1843b9571" alt="Adding the Create Google Calendar Event action in the Workflow builder" width="972" height="690" data-path="images/reference/create-google-calendar-event-img-0.png" />
    </Frame>
  </Step>

  <Step title="Rename the action (optional)">
    Click the action name to enter a more descriptive label, making it easier to reference as a variable later.

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-1.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=401b9cde02ece8a0d9225489128c75f4" alt="Renaming the Create Google Calendar Event action" width="1012" height="160" data-path="images/reference/create-google-calendar-event-img-1.png" />
    </Frame>
  </Step>

  <Step title="Connect Google Calendar">
    If you haven't already, connect your Google Calendar account to Cassidy.

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-2.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=816de6e798d52cfdc85ec246d5981fb2" alt="Connecting Google Calendar in the action configuration" width="1010" height="2246" data-path="images/reference/create-google-calendar-event-img-2.png" />
    </Frame>
  </Step>

  <Step title="Select add type">
    Choose how to add the event:

    * **Detailed Event** — input specific details: title, start date, end date, and description. Use variables from previous steps or enter values manually.
    * **Natural Language** — write a plain text description and Google parses it to create the event (e.g., "Meet with Michael 10am 7/22/2024" or "Call Sarah at 1:30PM on Friday"). You can optionally enter a title.

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-3.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=fe5ec40dac387c51dc548f95035e23fe" alt="Detailed Event add type with title, start, end, and description fields" width="1010" height="1268" data-path="images/reference/create-google-calendar-event-img-3.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-4.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=be20d565097415acd178a50b38ed8e40" alt="Natural Language add type with plain text description" width="1010" height="622" data-path="images/reference/create-google-calendar-event-img-4.png" />
    </Frame>
  </Step>

  <Step title="Configure optional settings">
    Under optional fields, select **Calendar** to choose which calendar to add the event to. If no calendar is selected, the event is added to your primary calendar.

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-5.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=a441d457369ab649d843eb3f4e4faaa9" alt="Optional fields dropdown showing Calendar selection" width="1020" height="232" data-path="images/reference/create-google-calendar-event-img-5.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cassidy/WFAGtWUtSYpipzga/images/reference/create-google-calendar-event-img-6.png?fit=max&auto=format&n=WFAGtWUtSYpipzga&q=85&s=15675153dc44076ce2944a4a3fca0aad" alt="Calendar selection in optional settings" width="1014" height="784" data-path="images/reference/create-google-calendar-event-img-6.png" />
    </Frame>
  </Step>
</Steps>

## Related

* [New or updated Google Calendar event trigger](/integrations/google-workspace/google-calendar/new-or-updated-event-trigger)
* [Update Google Calendar event](/integrations/google-workspace/google-calendar/update-event)
* [Get Google Calendar events](/integrations/google-workspace/google-calendar/get-events)
* [Get Google Calendar schedule](/integrations/google-workspace/google-calendar/get-schedule)
* [Google Calendar for Workflows](/integrations/google-workspace/google-calendar/workflows)
