---
title: Operating Calendar
id: "en:tracking:admin:calendar.adoc"
site: en
component: tracking
module: admin
version: 3.0
lang: en
url: "https://help.rtlscloud.io/en/tracking/3.0/admin/calendar.html"
source_repo: "https://github.com/iot-invent/xCloud.git@3.0.x"
source_path: tracking/docs/en/modules/admin/pages/calendar.adoc
---

# Operating Calendar

Calendar to enter operating times so that they can be used as additional variables system-wide.

_Screenshot Calendar_

## Reference

### Calendar

![calendar](_images/tracking_app_admin_calender.png)

| Module | Description |
| --- | --- |
| ![play](_images/play.svg) Calculate | Calculates the operating calendar |
| ![refresh](_images/refresh.svg) Refresh | Refreshes the view |
| ![delete](_images/delete.svg) Delete | Deletes the calendar |
| ![info](_images/info.svg) Info | Number of displayed operating calendar entries |

### Settings

![settings](_images/tracking_app_admin_calender_settings.png)

| Module | Description |
| --- | --- |
| ![play](_images/play.svg) Calculate | Calculates the operating calendar |
| ![refresh](_images/refresh.svg) Refresh | Refreshes the view |
| ![plus](_images/plus.svg) Plus | Create operating calendar |
| ![edit](_images/edit.svg) Edit | Edit operating calendar |
| ![delete](_images/delete.svg) Delete | Deletes the calendar |
| ![info](_images/info.svg) Info | Number of displayed operating calendar entries |

## Calendar

### Attributes

| Field | Type | Description |
| --- | --- | --- |
| Id | Uuid | System-wide ID |
| Name | Text | Name of the calendar |
| Year | Text | Year in which the calendar is valid (?) |
| Calendar Rules | Entry | Entry of specific events with interval or due date |

### Calendar Rule

| Field | Type | Description |
| --- | --- | --- |
| Priority | Text | Priority of the entry |
| Type | DropDown | Repetition in an interval or on a specific weekday |
| Description | Text | Description of the entry |
| Start | Timestamp | Selection of the start time |
| End | Timestamp | Selection of the end time |
| Operating Time | Switch | Determines whether this entry is during or outside of operating hours |
