# 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 flowId="X6ZVmurWcYRfO9v8zhFY" url="<https://app.arcade.software/share/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: 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:

```
GET https://docs.avonnicomponents.com/flow/tutorials/components/calendar/how-to-reschedule-events-with-drag-and-drop.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
