# Google Calendar integration

### 🛠️ Steps 1: Connect the app with Google&#x20;

Please follow this [guide](/~/revisions/KRfi0fHdeAFeAhiPrH7G/app-integration/google-integration.md) to complete this step.

***

### 📅 Steps 2: Connect form data to Google Calendar

1\. Open the app > click **Forms** > open the form you want to edit

2\. Click **Settings** > **Integration** > enable **Google Calendar** and click on its name&#x20;

<figure><img src="/files/SHnr4W04SSt9b5Bg0hMr" alt=""><figcaption></figcaption></figure>

3\. Choose a calendar + map fields

* Select the **Google Calendar** you want to add events to
* Match **Calendar** event fields with the data from your form. Click the **Form Inputs icon** to insert variables from your form.

What you should map

* 🕒 **Start Time** *(Required):*  when the event begins
* ⏱️ **End Time** or **Duration** *(Required):* when it ends / how long it lasts&#x20;
* 🏷️ **Title, Description, Location, etc.** *(Optional):* extra details

<figure><img src="/files/NX4Fu9QitX1cbLROMyu0" alt=""><figcaption></figcaption></figure>

4\. Click **Save** to update the changes

***

### ✅ How It Works

Submit the form once, then open your Google Calendar to **check the new event**.

Check the event created after the form is submitted.&#x20;

**Example**

If a customer submits:

* **Start Time:** September 10, 2025 at 2:00 PM
* **Duration:** 60 minutes

⇒  PowerfulForm creates a calendar event from **2:00 PM to 3:00 PM** on **September 10, 2025** in the selected calendar.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/app-integration/google-calendar-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
