# Calendar

Each project has a calendar. This calendar is used for common events that interest project members, such as meetings or training.

![Project Calendar](/files/-MUroFhir7c2Xy-Jyv29)

## Displaying Calendar Events

When you open the calendar page, you’ll see the events for that month. You can view these events and tasks in month, week, day, or list formats.&#x20;

![Calendar List View Mode](/files/-MVLso8fpnyETSC5j0ut)

You can use some filters in project calendar:

<figure><img src="/files/2LLalNTm9l6tlMgi4GOm" alt="" width="291"><figcaption><p>Calendar filters for display</p></figcaption></figure>

## Creating Task on Calendar

To create a task on the calendar, you should click the date. Task form will be opened:

<img src="/files/-MVLuS6t30pzgMOAolWp" alt="" width="563">

#### General Details

Add the title and dates for the new task. When you select a start date, the deadline will be set for 1 hour later, automatically. You can change it by clicking on the deadline button, if you want.

#### Assignees

You can add assignees. Only them will see this event on their own calendars. They get notification about adding to this event.&#x20;

#### Editing Calendar Event

When you click on a task on the calendar, the edit form will pop up. Also, you can change dates of tasks by drag and drop the task.&#x20;

![](/files/-MVLwE2u7Co-8F5ndiYF)

## Deleting Calendar Event

You can delete a calendar event by clicking on "Delete" on the task edit form.


---

# 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.cubicl.io/task-and-project-management/projects/calendar.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.
