> For the complete documentation index, see [llms.txt](https://docs.roombelt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roombelt.com/tutorials-and-troubleshooting/how-to-add-missing-google-calendar-room.md).

# How to add missing Google Calendar room

Roombelt acts in the context of the user who signed up for the administration panel (see [Understanding permissions in Google Calendar](/supplemental-info/understanding-permissions-in-google-calendar.md) for details). It has access only to the calendars added to the list of "My Calendars" in Google Calendar, as shown in the screenshot below.

<figure><img src="/files/pfg7bLlr10rXDpFuowWv" alt="" width="265"><figcaption><p>Google Calendar with "My calendars" section highlighted.</p></figcaption></figure>

{% hint style="info" %}
If your organization hasn't configured meeting room calendars yet, see [this page in the Google Workspace documentation](https://support.google.com/a/answer/1033925).
{% endhint %}

You can add a meeting room calendar to the "My calendars" list by following the steps below:

1. Scroll to the "Other Calendars" section and click the "Add other calendars" button.\
   \
   ![](/files/Qwp4LVAnH2V3q5Sfb07i)
2. Choose "Browse resources" and select the meeting rooms you want to see in Roombelt. If "Browse resources" is unavailable, click "Subscribe to calendar" and search for your meeting room by name.\
   \
   ![](/files/3XvRSFh3bhvWv5fVmVVy)
3. At this point, the meeting room calendar should be visible in Roombelt.

{% hint style="warning" %}
You might have read-only access to the meeting room calendars, depending on your permissions. If this is the case, ask your G-Suite administrator to follow [this documentation page](https://support.google.com/a/answer/1034381?hl=en) and share meeting rooms with you with permission to "Make changes to events."
{% endhint %}

{% hint style="warning" %}
For [organization accounts](/reference/account-settings/organization.md), Roombelt can only see calendars available for the organization owner. If you can't see a meeting room in Roombelt, even after adding it to the 'My Calendars' list, please ensure that you've added it using the organization owner's Google Calendar account.

You can learn more about organization accounts [on this page](/reference/account-settings/organization.md).
{% endhint %}


---

# 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://docs.roombelt.com/tutorials-and-troubleshooting/how-to-add-missing-google-calendar-room.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.
