> For the complete documentation index, see [llms.txt](https://jared-gibb.gitbook.io/fullcalendar-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jared-gibb.gitbook.io/fullcalendar-plugin-suite/elements/calendar/events.md).

# Events

## a time frame has been selected (via click-and-drag)

* This will fire when you click and drag on the calendar

## an event has been clicked&#x20;

## an event's start or end time has been modified

* This will fire whether the change occurs through click-and-drag OR drag-and-drop

## the calendar has been rendered

* This is nice to use if you are loading a lot of events or the calendar takes longer than you'd like. Use this to cover the calendar while it loads, and then uncover the calendar when this event fires.&#x20;

## calendar prev button clicked / calendar next button clicked

## Body clicked outside of moveable group

* This will fire only after you have ran the workflow action [Position Event Popup](/fullcalendar-plugin-suite/elements/calendar/actions/extras/position-event-popup.md) at least once

## Fullcalendar Event was Deleted

## A day has been clicked

* This will only fire when you click within a calendar day.&#x20;
* It does not fire when you click the date within the day
