> 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/rescheduling-events.md).

# Rescheduling Events

MeetBit allows you and your Customers to easily reschedule Events by following a unique set of steps. This section outlines the process for both Admin Panel Users and Customers.&#x20;

{% hint style="info" %}
Accessing a customer rescheduling link as an Admin Panel User will redirect you to the Admin Panel. You will have to reschedule the event there.
{% endhint %}

## Rescheduling Events as a Customer

<figure><img src="https://lh7-us.googleusercontent.com/uNe0JJA-tcKBNxNE9HTqhEpeL4xAgDuZWiOonxCKVbYqUL7sZmiRK3xnd8-Mc3DSfaN399NrT3znaig65LlNijJTX_fw5i6Ar89K1-kBjgJ0aJ4WvKbz2xz_C8gpuhw8fP2-tBQrZ069mHj9vcCWKoY" alt=""><figcaption><p>Reschedule Event Page of the Customer Application</p></figcaption></figure>

1. Open the Reschedule Link of the Event.
2. Once you are on the Reschedule Event Page, pick a new Date-Time Slot.
3. Click "Reschedule".

{% hint style="info" %}
Upon completion of these steps, new calendar invites are automatically sent to all attendees.
{% endhint %}

## Rescheduling Events as an Admin Panel User

<figure><img src="/files/1K5SLVDs2o7ZbqCfyhBM" alt=""><figcaption><p>Reschedule Event Page</p></figcaption></figure>

{% hint style="warning" %}
You must have permission to reschedule Events or own the specific Event to perform the steps below.
{% endhint %}

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

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

2. Click "Reschedule Event".
3. Once you are on the Reschedule Event Page, pick a new Date-Time Slot.
4. Click "Reschedule Event".
5. Confirm the action on the dialog popup.

{% hint style="info" %}
Upon completion of these steps, new calendar invites are automatically sent to all attendees.
{% 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://meetbit.gitbook.io/docs/calendar-and-events/rescheduling-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.
