# Exposed Event States

![](/files/-Mi2Aj3o0-QwFxXxVreV)

## Clicked Event Data

* This will output data when an event is clicked
* This must be set as shown in the image above
* This property exposes the following values when you click on any calendar event.&#x20;

![](/files/-Mi2DJectZhW8PHHtYoZ)

## Modified Event Data

* This will output data when an event has been drag/dropped or the duration of the event has been modified **in the calendar.**&#x20;
  * **this will not reflect changes made in the DB, only events modified on the visible calendar element**
* This must be set as shown in the image above
* This property exposes the following values when you modify any event via drag-and-drop or click-and-drag. This will only expose data for events manipulated calendar actions.&#x20;

![](/files/-Mi2ELRYBqUaqm7Vv5yM)

## Calendar Data

These are helpful data that are available all the time

* Start and End of Range refer to the visible range. It starts at 12:00 AM on the beginning of the range and ends at 12:00 AM the day after the last visible day. because that's technically the end of the previous day, when the new day begins.&#x20;
* Current calendar view can be used to control calendar styling but with enough request this can be inbuilt into the calendar to remove most use cases for this output
* Event array allows you to examine your array of events as you build your calendar. This can help you discover issues when your events aren't displaying how you intend them

![](/files/-Mi2Eh1yIv-Bz9CObkx3)

## Selected Time Frame

This is useful when you are creating events via Click-and-Drag on the calendar.&#x20;

* This element outputs both start and end time of the selection as well as a resource when applicable.&#x20;

![](/files/-Mi2FTg3De2qZCkTmQby)


---

# 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://jared-gibb.gitbook.io/fullcalendar-plugin-suite/elements/calendar/input-fields/exposed-event-states.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.
