> For the complete documentation index, see [llms.txt](https://guide.mymodone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.mymodone.com/how-do-i.../use-the-dashboard/content-calendar.md).

# Content Calendar

This tile provides a view of all past and future content and, for past content, detailed results.

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2Fp3Y4Fd4m4wz4MqCd01Fy%2FContent%20Calendar%20v2.png?alt=media&amp;token=30211053-66c0-4e24-9aad-fc97a82f4e90" alt="" width="563"><figcaption><p>Content Calendar Tile</p></figcaption></figure>

### Navigate the Calendar

To navigate the calendar, the following controls are available:

&#x20;![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2Fq8NaDC3aGDqUkIMrLmis%2Fchevron-left-solid%20\(1\).svg?alt=media\&token=9d8ced03-4088-4ddd-9c66-13cbb66b076e) Display previous month

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FUx4VLt4DJXfkIlTwvDdQ%2Fchevron-right-solid%20\(1\).svg?alt=media\&token=a6b6f13f-92f2-4bc3-9998-b92ae448efe1) Display next month

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2Fy72VT9MF5ZJNDUTFr7az%2Flist-solid%20\(2\).svg?alt=media\&token=5cf1f9f2-3bd4-455b-89d1-b161a58e3698) Switch to agenda view

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2Fn5G2coGseBwD979wzczM%2Fcalendar-days-regular%20\(1\).svg?alt=media\&token=8d433019-5472-4b34-8fb9-7f156f11f702) Switch to calendar view (default)

![](https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2F3nd9OvI4JTTSCU5gnZnY%2Fcalendar-check-regular%20\(1\).svg?alt=media\&token=6b2811e9-05c9-4dfe-a093-53b4054acf51) Jump to today's date

### View Content Details

To activate the Content Detail view, click the content bar (when in calendar view) or the content title (when in agenda view).  The actions available in the Content Detail view will vary based on the content status.&#x20;

#### Processed Content

Processed content is either currently active or complete. In this case, the available actions and controls are the same as those found in the [Active Content](/how-do-i.../use-the-dashboard/active-content.md) tile, with the exception of the resend content feature (this feature is only available for active content).&#x20;

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2F7UKHAbZsv5eEdOa64KhU%2FContent%20Detail%20-%20Processed.png?alt=media&amp;token=81646f4d-119c-4e62-9969-2c6915003dff" alt="" width="563"><figcaption><p>Content Detail - Processed</p></figcaption></figure>

#### Scheduled Content

Scheduled content is on the calendar but has not yet been activated. Click the <img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2FU4svHRDHuv9vhqTLI04K%2Fmagnifying-glass-solid.svg?alt=media&amp;token=dc951007-63af-40a5-8703-fd856fe33cc1" alt="" data-size="line">icon to view the content. To make changes to the scheduled content, navigate to the modONE Scheduling page. See the [Schedule Content](/how-do-i.../schedule-content.md) guide for detailed instructions.

<figure><img src="https://3373848439-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVs9KFF5j76G7XSrhwbWT%2Fuploads%2Ft7btVU3QbH7TmFyaENj9%2FContent%20Detail%20-%20Scheduled.png?alt=media&amp;token=3a3c9103-6db2-47ec-8091-0ce7265a5fe1" alt="" width="563"><figcaption><p>Content Detail - Scheduled</p></figcaption></figure>


---

# 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://guide.mymodone.com/how-do-i.../use-the-dashboard/content-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.
