# Calendar View

The Calendar View displays a month's work schedule. You may view the project's tasks from the project's beginning until its completion. The Calendar would be filled with tasks to be completed, with the task's status highlighted.

For Example, you need to review task named 'Quote 2' from 20, Feb 2023 to 23, Feb 2023. Then the  days 20, 21, 22 and 23 are highlighted in purple showing status 'In Review'. Likewise, additional tasks are also highlighted. To display tasks in the calendar, you must add the task's Start and End date.

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

To go to the next month, click on the right arrow. To view previous month, click on left arrow.

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

To view the task details from the calendar, click on that particular task.  The Calendar will be seen empty for no tasks on that day.


---

# 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://help.alianhub.com/introduction-to-alian-hub/calendar-view.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.
