# Working Calendar Management

## Overview

Working calendars are linked to contracts and are used in day to day processing of work items to help determine precise due dates (for example when 'working hours' are involved, the precise working hours associated with the relevant calendar (e.g. 9am-5pm) are taken into account in the calculation. Similarly, non-working days are skipped when determining due dates.

This video gives you a quick overview of working calendars:

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTM2MzAzMw==>" %}

Working calendars can be accessed from the link in the toolbar. This will bring up the Calendars screen which will display a list of all system working calendars.

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

Clicking on a particular calendar will open up its details on the right hand side:

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

## Creating a new working calendar <a href="#b-creating-a-calendar" id="b-creating-a-calendar"></a>

To create a calendar, click the '+' at the top of the page.

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

The following attributes can be set for a calendar:

| Attribute                | Description                                                                             | Notes                                                                         |
| ------------------------ | --------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| Name                     | Enter a name for the working calendar                                                   | Mandatory                                                                     |
| Time zone                | Select the time zone for the working calendar from the standard list of time zones.     | Mandatory.                                                                    |
| Description              | Description for the calendar                                                            |                                                                               |
| Non-Working Days         | A list of days throughout the year which are not working days (e.g. national holidays). | These will not be considered when calculating working times.                  |
| Start and Finishing Time | The starting and finishing times of the day during the work day.                        | These times are used when calculating due dates which reference working time. |

## Editing a working calendar <a href="#c-editing-deleting-a-calendar" id="c-editing-deleting-a-calendar"></a>

To edit a working calendar, simply select the calendar from the list, update detailed information as desired and hit ‘Save’.

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

You can see previous edits that have been made to a calendar by clicking on the Show Activity button.

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

You are also able to clone a calendar by clicking on the Clone button. This will clone all of the calendar's settings apart from its name. You are then able to make changes to any of the settings once the calendar has been cloned.

<figure><img src="/files/42ao88kPBBTnJAUJ7bfI" alt=""><figcaption></figcaption></figure>

## Deleting a working calendar

To delete a working calendar, select the calendar that is to be deleted from the list and hit ‘Delete’.

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


---

# 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://docs.enate.net/enate-help/builder/builder-2021.1/working-calendar-management.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.
