# Calendar Header Formatting

![](/files/-Mi2YiKby12Ye63gvQHB)

## Show Header

* This is pretty straight forward. This dynamic option allows you to turn on and off the calendar header. You may wish to do this for various reasons such as device size, current calendar view, or any other reason.&#x20;
* When you decide to remove the default header, you are able to create a new header using native Bubble buttons and the appropriate Workflow Actions

![notice there are no navigation buttons or calendar title anymore](/files/-MdnU_cLv1XBUo1mIl8X)

## Title Date Format

This takes any valid momentJS formatting string

![](/files/-MdjSmn5pqMPf4Ou-KDb)

## Left Nav / Middle Nav / Right Nav Buttons

* These will all take any valid formal calendar view name. The following is a list of all accepted view names with this plugin
* Leave empty to remove the button

```
[
timeGridDay,
timeGridWeek,
timelineDay,
timelineWeek,
dayGridDay,
dayGridWeek,
dayGridMonth,
listDay,
listWeek,
listMonth,
listYear,
resourceTimeGridDay,
resourceTimeGridWeek,
resourceDayGridMonth,
resourceDayGridDay,
resourceDayGridWeek,
resourceTimelineDay,
resourceTimelineWeek,
resourceTimelineMonth,
threeDays
fourDays
fiveDays
]
```


---

# 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/calendar-header-formatting.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.
