# setup Event Editability

![](/files/-Mi2IUgyJQc1z17pQaA9)

{% embed url="<https://vimeo.com/570365344>" %}

## How many events

This allows you fine grain control over calendar events. Perhaps your user has more than 1 type of event on their calendar. Some need to be fixed but some can be flexible. Or perhaps none or all should be editable.&#x20;

* Set that here by choosing to set ALL of them together or set each discrete event individually

## Allow event edits

This is only applicable when you have chosen to edit all events together in the option above.&#x20;

* When ***checked***
  * all events will be editable on the calendar
* When ***unchecked***
  * no events are editable on the calendar
  * the workflow event When event is modified will be disabled
  * Events are still editable through manually triggering workflow actions

## Event Editable List

This takes a list of boolean values (true/false)

* You must ensure this list, as the other lists are required, is the same length as all other 'required' or 'optional' event input fields.&#x20;
* If you choose 'each discrete event' from the dropdown above, you ***MUST*** include a list of values here


---

# 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/event-editability.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.
