> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/operations/events-and-calendar/how-to-edit-or-reschedule-an-event.md).

# Edit or Reschedule a Sales Event

To edit or reschedule a sales event in PaintScout, open the event from your Calendar, Deal, Contact, or Company page and update the details. Changes automatically sync across your Calendar, Deals, and Activity logs.

{% hint style="danger" %}
**Important:** this feature requires the paid **Operations add-on.**
{% endhint %}

***

## Where Can I Edit a Sales Event?

You can edit an event from:

1. **Sales Calendar Page (Day, Week, or Month View)**
   * **Day/Week:** Click on the event.
   * **Month View:** Open the preview for the date, scroll to the event, click the **"..." (More)** menu, then choose **Edit**.
   * **Map View:** Click on the event pin.

     <figure><img src="/files/XbJjyOrKnOa6NEPoSeh2" alt=""><figcaption></figcaption></figure>
2. **Deals Page**

   * Click on the event then **Edit.**

   <figure><img src="/files/ncsMeaMfbxHVrKgUvit4" alt=""><figcaption></figcaption></figure>
3. **Contact/Companies Page**
   * Click on the event then **Edit.**

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

***

## What Can I Edit?

In the **Event Details** dialog, you can edit:

* **Event Type**
* **Location**
* **Description**
* **Estimator** (who is assigned)
* **Duration**
* **Time and Date**

{% hint style="warning" %}
You cannot change the linked Deal, but you can view the Deal from the dialog. [Learn more >](/support/operations/crm/crm-faq.md)
{% endhint %}

***

## Rescheduling a Sales Event

1. Update the **time and date** in the Event Details dialog.
2. Confirm your changes.
3. Choose whether to send a **confirmation email** to the customer.
4. The updated event will immediately appear on:
   * The Sales Calendar (Day, Week, and Month views)
   * The Deal’s **Events section** and **Activity log**
   * The Contact and Company pages associated with the Deal

{% hint style="info" %}
If the customer added the event to **iCal** or **Google Calendar**, their calendar entry updates automatically when the event changes.
{% endhint %}

***

## Reassigning to Another Estimator

1. Change the **Estimator** field in the Event Details dialog.
2. Confirm your changes.
3. Send a **confirmation email** to the customer.
4. The other user’s Sales calendar will update automatically.
5. The Deal’s **Events section** and **Assigned Activity** will reflect the new owner.

&#x20;&#x20;

## Related articles

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Create a Sales Event</strong></td><td>Schedule estimate appointments, site visits, and meetings in PaintScout with automatic confirmation emails and calendar integration.</td><td><a href="/pages/EF0OShKzLXJJhrI8WREf">/pages/EF0OShKzLXJJhrI8WREf</a></td></tr><tr><td><strong>Cancel a Sales Event</strong></td><td>Learn how to cancel scheduled sales events and estimate appointments in PaintScout while keeping activity history intact.</td><td><a href="/pages/htu5LzQaq9GDQl8OBKl5">/pages/htu5LzQaq9GDQl8OBKl5</a></td></tr></tbody></table>


---

# 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://help.paintscout.com/support/operations/events-and-calendar/how-to-edit-or-reschedule-an-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.
