# Calendar Troubleshooter

The Calendar Troubleshooter helps you understand why certain times are or aren't available for scheduling. Think of it as an X-ray for your calendar - it shows you exactly what's happening behind the scenes.

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

## Preview Your Calendar Availability

#### From My Availability

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

{% stepper %}
{% step %}
Click on "My Availability" in the navigation
{% endstep %}

{% step %}
Look for the "Preview availability" button at the top
{% endstep %}

{% step %}
Click it to see how your calendar appears to others
{% endstep %}
{% endstepper %}

#### From Team Members

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

{% stepper %}
{% step %}
Go to "Members" in the navigation
{% endstep %}

{% step %}
Click "Manage User Preferences"
{% endstep %}

{% step %}
Navigate to the "Availabilities" section
{% endstep %}

{% step %}
Click the "Preview availability" button
{% endstep %}
{% endstepper %}

### What You'll See

The preview shows you exactly what people see when they try to book time with you:

* **Available slots**: Times when people can schedule meetings
* **Unavailable times**: When you're busy or outside working hours
* **Buffer periods**: Protected time before and after meetings

### Understanding Your Calendar View

At the top, you'll see important details about your scheduling:

* Meeting duration
* Buffer times
* Your time zone
* Scheduling intervals

> 💡 **Pro Tip**: Your browser's time zone is shown automatically to help you spot any time zone conflicts.

### Common Questions

<details>

<summary>Why aren't some times bookable?</summary>

Usually because:

* You have existing meetings
* It's outside your set working hours
* There isn't enough buffer time between meetings

</details>

<details>

<summary>How do I fix availability issues?</summary>

1. Go back to your availability settings
2. Adjust your working hours
3. Modify buffer times if needed
4. Save your changes
5. Preview again to confirm the changes

</details>

<details>

<summary>What are buffer times?</summary>

Buffer times protect you from back-to-back meetings:

* **Before meetings**: Time to prepare
* **After meetings**: Time to wrap up

</details>


---

# 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.distro.so/settings/calendar-troubleshooter.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.
