> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/flow/tutorials/components/calendar/how-to-reschedule-events-with-drag-and-drop.md).

# How to Reschedule Events with Drag and Drop

## Introduction

The [Avonni Calendar](/flow/flow-components/calendar.md) allows users to reschedule existing events visually on the calendar. This eliminates the need to edit the start manually and end times—simply drag and drop the event to its new position!

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

## **Here's how to configure this feature:**

1. **Access Calendar Settings:** Access the Avonni Calendar settings by accessing the Component Builder.
2. **Interactions Tab:** Locate the "Interactions" tab within the settings panel.
3. **On Existing Event Drag:** Find the option labeled "On Existing Event Drag." This setting controls what happens when a user drags an existing event on the calendar.
4. **Choose the Update Records interaction:** When you drag and drop it on the calendar, it instantly saves changes to an event's date or time.

{% @arcade/embed url="<https://app.arcade.software/share/X6ZVmurWcYRfO9v8zhFY>" flowId="X6ZVmurWcYRfO9v8zhFY" %}

## **Once you've enabled this setting, users will be able to:**

* Click and hold on to an existing event on the calendar.
* Drag the event to a new date or time slot on the calendar.
* The event will automatically update to reflect the new date and time.

## **Benefits of Drag-and-Drop Rescheduling:**

* **Intuitive:** Drag and drop offers a user-friendly way to reschedule events, minimizing the need for manual adjustments.
* **Efficiency:** Saves users time by eliminating the need to navigate to separate edit screens.
* **Visual Clarity:** Provides a clear visual representation of the rescheduled event's new timing.

This functionality empowers users to manage their calendars with greater ease and flexibility.<br>


---

# 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.avonnicomponents.com/flow/tutorials/components/calendar/how-to-reschedule-events-with-drag-and-drop.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.
