> For the complete documentation index, see [llms.txt](https://help.getswimtech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getswimtech.com/documentation/using-swimtech/your-calendar.md).

# Your Calendar

View your scheduled SwimTech work from the Home screen and use Your Calendar to review upcoming service activity.

**Your Calendar** gives you a calendar-based view of scheduled work in SwimTech. It provides a quick way to see when customer work is scheduled and to move between dates to review upcoming service activity.

From the **Home** screen, select **Your Calendar** to open the calendar.

> **How it fits together:** Work is first defined in a Work Order. When the Work Order is scheduled, the scheduled service can be viewed through Your Calendar.

## 1. Open Your Calendar

From the SwimTech **Home** screen, press **Your Calendar**. SwimTech opens the calendar so you can review scheduled work.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2F9SSXeM9BvylmrfGwiJxB%2FIMG_1954.jpeg?alt=media&#x26;token=34a8b02b-8b93-4be4-a5b8-7ec6b8038690" alt="Your Calendar" width="188"><figcaption><p>Your Calendar</p></figcaption></figure>

The calendar provides a visual view of scheduled activity. Use it to quickly identify dates that contain scheduled work and to review your service schedule.

## 2. Navigate the Calendar

Use the calendar controls to move through the schedule and select the date you want to review.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2F4niec5mvg2aVRzDUC6y3%2FIMG_1955.jpeg?alt=media&#x26;token=40685c32-030c-480f-8762-cd15e4ff4de7" alt="Navigate Your Calendar" width="188"><figcaption><p>Navigate to the date you want to review</p></figcaption></figure>

As you move through the calendar, look for scheduled activity on the dates you are reviewing. Selecting a date allows you to focus on the work associated with that part of the schedule.

## 3. Review Scheduled Work

Your Calendar displays the scheduled work associated with the selected date or calendar period.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2FHESmV5yFBl28bnvYWEAB%2FIMG_1956.jpeg?alt=media&#x26;token=29429abe-7b00-41ee-bae3-97bc77fad73e" alt="Scheduled work in Your Calendar" width="188"><figcaption><p>Review scheduled work</p></figcaption></figure>

Use the information displayed on the calendar to understand what work is planned and when it is expected to occur. This helps office personnel and technicians review upcoming service activity without opening each Work Order individually.

> **Tip:** Your Calendar is especially useful at the beginning of the day or week to get a quick view of upcoming scheduled work.

## 4. Select Scheduled Activity

Select scheduled activity when you need to review more information about the work.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2FqWKwKPDp136rAKGTqhtd%2FIMG_1957.jpeg?alt=media&#x26;token=45653dfc-e674-4d7a-9edf-25def6b5f1ef" alt="Select scheduled calendar activity" width="188"><figcaption><p>Select scheduled activity to review it</p></figcaption></figure>

The calendar acts as the connection between the schedule and the underlying service work. Use the available calendar actions to move from the schedule into the information needed to understand or perform the work.

## 5. Review the Work for the Selected Date

Continue reviewing the scheduled information for the selected date and use the available controls to access the work you need.

<figure><img src="https://2876623981-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsEmQhOZ30nnre1qUePdz%2Fuploads%2F4hQ5ukCgtJmAFI62ijtU%2FIMG_1958.jpeg?alt=media&#x26;token=d69528b9-76da-4097-8645-fa89736b51b5" alt="Review work for the selected calendar date" width="188"><figcaption><p>Review the scheduled work for the selected date</p></figcaption></figure>

Before a service visit, review the scheduled work and then open the associated service information when additional details are needed.

## How Your Calendar Fits Into the Workflow

Your Calendar does not define the work itself. The **Work Order** contains the planned work, and **Schedule Work** determines when that work should occur. Your Calendar provides the visual schedule used to see that planned activity.

**Work Order → Schedule Work → Your Calendar → Service Visit → Activity Report → Invoice**

After the technician performs the scheduled service, an **Activity Report** records what occurred during the visit. That completed service information then becomes part of the downstream billing workflow.

> **Remember:** The Work Order defines **what** needs to be done. Schedule Work defines **when** it should be done. Your Calendar helps you see **when the scheduled work is occurring**.


---

# 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://help.getswimtech.com/documentation/using-swimtech/your-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.
