> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/outlook-calendar/source-actions/get-new-event.md).

# Get new event

1. **Select “Outlook Calendar”** under “New flow” in the “Gears” menu. Click “Create.”

<figure><img src="https://lh5.googleusercontent.com/YXUbmZA2Lywd0g33PeThmLH-aQZ-YAg261uLRoZ-wMXWYeU8umN6MSTZo_hxKHzsXlRySUoTZqMTThOeQv5GkrWJJVWarcBMG0OwOKkvAlGXESLOEONSy100iEgVmEjCDJTZcVUIgNjQCu-0lBUAAg" alt=""><figcaption></figcaption></figure>

2. **Choose your connection** or create a new one by clicking the red gear. Click “Continue.”

<figure><img src="https://lh3.googleusercontent.com/TaH2S_ew411Mjyz8Ug4pNY_NfeFyLDXgynK_O--VX0bq4VdVJUi-A9nT7UtmlGWCdtN-SoO-usMd-Z59xX9yn4jRs-Dqv50l1MQRzvRG3ikn7KkvLbdx-J33GkxUtjz1YhNAlzDC5iEPsJHDZryJUg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
GearPlug will check whether the connection functions properly before moving on. If it doesn’t, you won’t be able to continue setting up your Gear.
{% endhint %}

3. **Pick the action** and calendar you want to use in the drop-down menu. Then, click “Create.”

<figure><img src="https://lh3.googleusercontent.com/GYqyGa1ZiH_iaZ6nvSl3uMD9U3W3DJ4VRGLY7eiE1UhrASKihVC6FRfHMZAcNdVhPu163a3_zdKAv9ga-yQvqR_MQcslWdACMLBJ4aAJfHss3sHFjiFxOzu-cOCqNi8cKtjk8zWUGxZooUfTj0G08Q" alt=""><figcaption></figcaption></figure>

4. **Create a test event** in your chosen calendar for GearPlug to test the action. This will execute the connection’s trigger: the creation of a new event.

<figure><img src="https://lh6.googleusercontent.com/nfqi3e2grJ_eeOCyLsJIiLBdk9ez-nR5LnOsPoqkx3juc_mympm3psu_3Wcngv19gbcnWjJ1L3DoB7xmw-O8ZAlUkyL0sSPkqjqjPjblXEgI_H3dpcu_Eg0IfoPsl7YcwrWKC698iqwbTDXZ43eVOA" alt=""><figcaption></figcaption></figure>

5. **Review the data** to make sure everything works properly and click “OK.” Your source Plug is now ready.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gearplug.io/english/set-up-your-integrations/outlook-calendar/source-actions/get-new-event.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
