> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/time-management/all-things-calendars/concept-all-things-calendars/use-case.md).

# Use case

## Use Cases: Combining Calendars

The real power of Motion’s calendar layers shows up when you combine them. Here are common ways people use Accounts, My Calendars, and Frequently Met With together:

<table><thead><tr><th width="178.04296875">Scenario</th><th>How to set it up</th><th>Why it works</th></tr></thead><tbody><tr><td><strong>Balancing work + personal life</strong></td><td>Connect both accounts; set your work calendar as the main account, add your personal calendar to <em>My Calendars</em>.</td><td>Motion protects family or personal commitments while keeping work as the default for new events.</td></tr><tr><td><strong>Team coordination</strong></td><td>Save teammates’ calendars in <em>Frequently Met With</em>.</td><td>Lets you overlay their schedules to find mutual availability — without blocking your own task scheduling.</td></tr><tr><td><strong>Project-specific focus</strong></td><td>Keep only relevant calendars in <em>My Calendars</em> (e.g., work + client calendar, but not old side projects).</td><td>Reduces noise, so only active calendars affect availability.</td></tr><tr><td><strong>Freelance / side hustle</strong></td><td>Connect multiple accounts; mark client calendars in <em>My Calendars</em> while keeping personal ones as <em>Frequently Met With</em>.</td><td>Motion balances deadlines across gigs while still showing personal visibility when needed.</td></tr></tbody></table>

**Key idea:** Combining calendars helps Motion give you a schedule that reflects your real life — work, personal, and team — without creating conflicts.

## **Why Externally Display Your Tasks?:**

* **Improved Meeting Planning:** When tasks show as busy, schedulers avoid interrupting essential work.
* **Single Source of Truth:** Maintain a unified calendar that reflects your real workload.
* **Transparency and Time Management:** As Motion’s AI algorithm reschedules tasks, these changes are reflected externally, ensuring ongoing coordination with teammates, colleagues, and friends.

Displaying Motion tasks on your external calendar both harnesses the power of Motion’s AI-driven task management and improves scheduling coordination and team collaboration.

It ensures that your availability reflects not just your meetings, but also critical work blocks formed from busy tasks; preventing conflicts and enhancing productivity.

### Motion App- Busy Task Display

**Busy Task Display on an External Main Calendar**

Motion’s external task display operates via a uni-directional sync, meaning only tasks created in Motion will show externally. Inversely, tasks created in your external main calendar won't display in Motion. For more information about uni-directional task syncing click \[[here](https://help.usemotion.com/all-things-calendars/calendar-settings-understanding-how-motion-works-with-calendars)]

#### **Showing All Tasks as Free:**

* Tasks from Motion sync to your external main calendar but are marked as **free,** meaning others can see your displayed tasks, but will still have the ability to book meetings with you during those time slots.
* **Expectations:** Your external calendar will populate with Motion tasks, but they won’t prevent overlapping meetings. This option allows for flexibility without sacrificing visibility.
* **Best for:** Users who want to reflect their workload externally without blocking availability.
* **Example:** A part-time freelance writer may choose this option, allowing clients to see when they’re working on projects while keeping availability open for client meetings.

#### **Showing At-Risk Tasks as Busy:**

* Motion tasks that are nearing their deadlines are marked as **busy** and create blocked periods of time in your external calendar where the task is scheduled. This ensures your external calendar shows your busy status, and deters others from scheduling meetings during these times.
* **Expectations:** Your external calendar will reflect critical deadlines as busy blocks. Motion automatically transitions tasks to a ‘busy’ status as their due date approaches.
* **Best for:** Users managing tight project deadlines who need to preserve their focus time.
* **Example:** A project manager is juggling multiple assignments with rapidly approaching deadlines. As the task deadline(s) near, the project managers’ calendar begins to show their tasks as busy, signaling to others that their focus is locked in during that time and they are unavailable for meetings.


---

# 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://www.usemotion.com/help/time-management/all-things-calendars/concept-all-things-calendars/use-case.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.
