> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/calendars/adding-events-to-a-calendar.md).

# Adding events to a Calendar

This lesson will show you how to add events to a calendar you have created in AgileCase.

{% stepper %}
{% step %}

### Access the calendar tab

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

To add an event to a calendar you have created, you first have to access the calendar tab on the navigation bar. To do this, click the "Cal" button on the left of the bar.
{% endstep %}

{% step %}

### Select your calendar

<figure><img src="/files/4LI7A47dCdya343OY8ad" alt="" width="181"><figcaption></figcaption></figure>

On the left side of the screen there will be a list of all the calendars on your system. To display a calendar, click the corresponding button.

A tick on the button will indicate which calendars are being displayed. All of your calendars will be color coded, so that several can be displayed at once. Make sure that the calendar you want to add an event to is checked.
{% endstep %}

{% step %}

### Add a new event

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

Your calendar will now be displayed in the center of the page. Dates will be listed along the top of the table and times will be listed down the left hand side. To add an event to the calendar either:

1. Click on the "Add Event" button at the top of the page.
2. Double click on the relevant box in the table itself.
   {% endstep %}

{% step %}

### Fill out the event details

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

You can now fill out the event details. The summary option allows you to give the event a brief title; Start/End allows you to allocate a precise time slot for the event:

1. If the event will take all day simply check this box to remove time settings altogether. Setting a repetition allows you to choose whether the event is a unique instance or if it will recur on a daily, weekly, monthly or annual basis.
2. You can use this to link the event to a case, which you can read more about here.
3. The calendar option allows you to once more define which calendar the event will occur within. Finally the "Attendees" section allows you to choose which users and groups are invited to the event.
4. Once you have finished filling out the details, click "Save Event" to create the new event.
   {% endstep %}

{% step %}

### Event added

<figure><img src="/files/mR7aiMFWsRUySZ4v0Gix" alt="" width="263"><figcaption></figcaption></figure>

Your new event will now appear in your calendar. Hover the cursor over it for more details and the options to:

1. Edit.
2. Rename.
3. Delete the event.
   {% endstep %}
   {% endstepper %}


---

# 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://docs.agilecase.com/user-documentation/calendars/adding-events-to-a-calendar.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.
