> For the complete documentation index, see [llms.txt](https://help.distro.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.distro.so/bookings/overview.md).

# Meetings

Open **Bookings** in the Distro app. Search by meeting title or guest email, then use the status views—**Scheduled**, **Completed**, **Cancelled**, and **No Show**—to narrow the list. Switch between list and calendar views depending on whether you need details or an overview of your schedule.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2FDZNELloD6Tf7zh5dDDRC%2FCleanShot%202026-09-10%20at%2020.09.05%402x.png?alt=media&amp;token=844d310f-f4cd-47e1-96c9-b2f6db05590c" alt=""><figcaption></figcaption></figure>

Open a meeting to review its guest, host, calendar invitation, notes, and booking source. Use the available meeting actions to join, reschedule, cancel, or record a no-show.

Rescheduling and cancellation affect the actual meeting. Marking a no-show records attendance; it isn't a cancellation. Available actions depend on the booking's source and current state.

## Manage attendance

For an upcoming scheduled meeting, the host or a workspace admin can use **Add guest** when it is available. Enter the guest’s email and optional name. Adding the guest sends an invitation and updates the calendar event. This action is not available for outbound bookings in the standard booking sheet.

<figure><img src="https://2442454418-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQA3GQNrIYVrPQ90NBwRa%2Fuploads%2FCAZthgSVqZpvHuu9GkZs%2FCleanShot%202026-09-10%20at%2020.13.07%402x.png?alt=media&amp;token=470c4422-b658-4b3c-a13b-d3e0dc29fd70" alt=""><figcaption></figcaption></figure>

Use the no-show action for a completed meeting. You can undo it to return the meeting to **Completed**. Rescheduling, cancelling, and adding guests are unavailable once a meeting is in the past.

## From the Chrome extension

Open **Meetings** in the side panel and select a meeting. The details bring together the guest, host, invitation, notes, and available actions. Use the Distro link when you need to continue in the main app.

If a meeting doesn't appear, check the extension's meeting-status visibility and timezone preferences. Use refresh or retry if the list couldn't load.

For controls directly on a calendar event, see [Use Distro in Google Calendar](/integrations/chrome-extension/google-calendar.md).


---

# 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.distro.so/bookings/overview.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.
