# My Calendar

On [Calendar page](https://cubicl.io/calendar), you can view the tasks that are assigned to you, or those created or followed by you in different projects in **Month, Week, Day, and List views**. You **cannot view** tasks that you are not in.

From the **Display Type** field, you can list tasks only by deadlines, only by start date, or by task duration.

From the **Legend** field, you can select the project you want to display.

![My Calendar Page](/files/-Mb7dV3bM0ZBrCEO2Tq2)

### Creating a Task on Calendar

You can use the **Create** button or click on an empty day on the calendar to create a new event. When you click it, a form will appear to create an event:

<img src="/files/-Mb7dbGbg_I_s1awyHqG" alt="Create Task Form" width="563">

To create an event or a task, select the project you want to add that task to and add the task name. You can add other details if you want.

### Editing Task on Calendar

Click the event or task you want to edit in the calendar. The edit form will open. Additionally, you can drag and drop a task on the calendar to another day to change its date.


---

# 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/user-pages/my-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.
