> For the complete documentation index, see [llms.txt](https://docs.stackerhq.com/stacker-classic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackerhq.com/stacker-classic/layout-types/list-display-types/detail-calendar-layout.md).

# Calendar Layout

Show all of your events with a calendar layout. The primary styling color of your calendar layout will match your app's default color.

## Enable Calendar layout

1. Click **Edit layout**
2. Click **Display**
3. Select **Calendar**

![calendar\_view.gif](https://support.stackerhq.com/hc/article_attachments/15101980091667)

## Calendar Features

With the calendar layout, you can:

* Show the event title.
* Show the event start date and end date with a start time and an end time. If you don't select an end time, we will assume it is an all-day event.
* See details of the event by clicking the event.
* Define the default calendar view for users of your application. Users can still toggle alternative views but can’t save a particular view type.
* Create new events by clicking the **Add new** button
* Edit records by clicking the event > **See details** > **Edit**

In our property app we have [duplicated a layout](/stacker-classic/layout-types/list-display-types/list-options/list-duplicate-layout.md) on the bookings table, we want to be able to show in a calendar layout the upcoming bookings.

After duplicating the layout the display is changed to the calendar layout, now users can see what bookings are available and click on each event to see more details.

![Screenshot\_2022-07-06\_at\_15.56.48.png](https://support.stackerhq.com/hc/article_attachments/7557830296595/Screenshot_2022-07-06_at_15.56.48.png)


---

# 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.stackerhq.com/stacker-classic/layout-types/list-display-types/detail-calendar-layout.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.
