> For the complete documentation index, see [llms.txt](https://docs.cubicl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubicl.io/user-pages/my-calendar.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cubicl.io/user-pages/my-calendar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
