> For the complete documentation index, see [llms.txt](https://meetbit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetbit.gitbook.io/docs/calendar-and-events/creating-and-updating-events.md).

# Creating & Updating Events

<figure><img src="/files/ZcyqkXGdwYFMzK3gFb1p" alt=""><figcaption><p>Event Details Modal</p></figcaption></figure>

## Creating Events&#x20;

<figure><img src="/files/65Jh4n0CHpE5Ri3fPb9y" alt=""><figcaption><p>Create Event Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to create Events to perform the steps below.
{% endhint %}

1. Visit the Create Event Page at <https://customdomain.com/admin/events/create.&#x20>;
2. Fill out the necessary fields including the new Event's title, owner, and calendar.
3. Click "Create Event".
4. Confirm the action on the dialog popup.

## Updating Events

{% hint style="warning" %}
You must have permission to update Events to perform the steps below.
{% endhint %}

1. On the Event Page, click the "Edit" icon in the row of your chosen Event. Alternatively, you can go to the Event's own page and click the "Edit" icon in the upper-right corner.

<figure><img src="/files/XY8NtmcFXFZankgV5kX6" alt=""><figcaption><p>Edit Event Icon on the Events Page</p></figcaption></figure>

2. Update the settings you wish to change.&#x20;
3. Click "Save Edits".&#x20;
4. Confirm the action on the dialog popup.


---

# 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://meetbit.gitbook.io/docs/calendar-and-events/creating-and-updating-events.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.
