# Activity calendar (/en/docs/usage/stats-calendar)







The **Activity Calendar** shows your logged time day by day across the month. It is also the entry point to select a day (which feeds the other sections) and to customize your working days.

<div align="center">
  <img alt="Activity calendar" src="__img0" />
</div>

## Navigation and selection [#navigation-and-selection]

* The **Previous month** / **Next month** buttons change the displayed month.
* **Left-click** a day to select it. That day feeds the indicators, weekly activity, and the day timeline.
* Clicking a day belonging to another month switches the calendar to that month.
* The **week** of the selected day is highlighted.

When the month changes, the calendar automatically selects the most relevant day (today if visible, otherwise the first day with entries, otherwise the 1st of the month).

## Cell content [#cell-content]

Each day shows the day number and, where applicable:

* the **logged time** in `HH:MM` format when greater than 0;
* the **public holiday** name (in French) with a tooltip.

## Color coding (daily goal) [#color-coding-daily-goal]

On working days, the color reflects how you met your goal:

* **Goal reached** — time within the `target ± tolerance` range;
* **Goal exceeded** — above target + tolerance;
* **Incomplete** — below the minimum.

A legend line recalls the current goal, e.g. &#x2A;*"Goal: 7h00 ± 60 min"**, configurable in the [settings](/en/docs/configuration).

## Day types [#day-types]

The calendar visually distinguishes **weekends**, **public holidays**, and days forced to **working day** or **non-working day** by your customizations.

## Right-click actions [#right-click-actions]

A **right-click** on a day opens a context menu to adjust its status.

<div align="center">
  <img alt="Calendar context menu" src="__img1" />
</div>

The menu header recalls the full date and the **day status** ("Working day" or "Non-working day"). Three actions are available:

| Action                      | Effect                                                              |
| --------------------------- | ------------------------------------------------------------------- |
| **Mark as working**         | Forces a day (weekend, etc.) to count as a working day.             |
| **Mark as non-working**     | Excludes a normally working day (time off, holiday, etc.).          |
| **Reset to automatic rule** | Reverts to the automatic rule (disabled when there is no override). |

The menu closes on an outside click, the Escape key, a resize, or a scroll.

<Callout type="info">
  These customizations are saved locally, persist between sessions, and affect both the calendar colors and the **Monthly Completion** indicator.
</Callout>
