> 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/target-actions/create-new-event.md).

# Create new event

1. **Select Outlook Calendar** as your target app and the connection you want to use. You may also create a new one. Click “Continue.”

<figure><img src="https://lh5.googleusercontent.com/jHLKiSo2ypWvA2wkwpzXUZk6Tig8hPMj6YrYs6_yfw0jUv4nPJPY-WUptHjDL2LCo0daFmHXiNpN1GB3T_wVu_wH7FyUJDe6WjSu9_6hvRHu2PeNm_89Vs-p3gqhXm76ZgXhJCI2-rIOK53GAi9qkQ" alt=""><figcaption></figcaption></figure>

2. **Choose “Create new event”** as your action and the calendar you want to use. Click “Continue.”

<figure><img src="https://lh4.googleusercontent.com/1-X0pa0OT56FP7WfD_9AC-pGnMCJvPWkEfgOJRsvGM1LKjURd5PpxU8gnkdsa8iEYO7FchE4qcxhD3xZEA9h-f3VePP7YzWKsik79yEZ_IVEBzIMvHxm3jt29VXxhiE2-CoqjcQmpn9HAwRUsAVggQ" alt=""><figcaption></figcaption></figure>

3. **Fill in the data template**, linking target and source fields. You must fill in the required fields, but you can skip the optional ones. Once you’re done, click “Map.”

<figure><img src="https://lh6.googleusercontent.com/nCeE_qIB3DBMVVmrAipFoBSP1KEjyNkU7mzmw1OC3zD-Y5UomyHW3ytIsZ3pygI4V7LNAMms-9D1KKhHqh3P2v43K8x10wABgOSX59NtPc94h42wDZ8ayVUxockj34ys7JW_PmWeo7gcT1Ko5JPBgQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you don’t want to go through the list manually, you may use the search bar at the top. You may also filter required and optional fields.
{% endhint %}

4. **Make sure your target is active** in the top-right corner. Click “Add a target” or “Save” to add another app or save your Gear.

<figure><img src="https://lh5.googleusercontent.com/qdRKxqPsNMO4NqF_7zHbi68uAoYgv8CSskS8e2pkU3RqCV1N861XPofv44iq58c1RbEb4JLTqPTTAaMpxzlaocanHmDTzuEaORNJJnnWChp2jeyikqwNblPLm1gXjYMEFrd1nfyPvtaFZN4HLCD5OA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you turn on your Gear on the “Gears” menu before leaving GearPlug!
{% endhint %}


---

# 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/target-actions/create-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.
