# Mark Calendar

Distro can automatically detect vacations from a team member's calendar. It looks for full-day busy events (24-hour slots with no gaps). These can be single days or recurring events. Partial day blocks are not counted as vacation time.

### Google Calendar <a href="#google-calendar" id="google-calendar"></a>

* Event must be marked as "All day"
* The visibility of the event must be "Busy"

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


---

# 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/workspace-settings/vacation/mark-calendar.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.
