> For the complete documentation index, see [llms.txt](https://docs.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cogram.com/guides/connecting-your-calendar.md).

# Connecting your calendar

Connect your Google or Outlook calendar so you can invite Cogram to meetings in one click and have it join recurring meetings automatically.

To do so, head to [**Account Settings → Integrations**](https://app.cogram.com/dashboard/settings/account-settings/integrations) and select the calendar you would like to connect. Next, choose if you want Cogram to

* join all meetings on your Calendar automatically
* join only meetings that you host automatically
* or not join any meetings automatically.

Then authenticate using your Google or Microsoft account to approve Cogram's calendar connection.

> **Note**: If your organization has locked this setting, the attendance behavior dropdown will appear grayed out with a lock icon. You will not be able to change it. Contact your Org Admin if you need it changed.

## Setting a default for your organization (Admins)

Org Admins and Owners can set a default attendance behavior for all members in [**Organization Settings → Integrations**](https://app.cogram.com/dashboard/settings/admin/integrations). This pre-fills the dropdown for every user in the organization.

| State        | What the end user sees                                                  |
| ------------ | ----------------------------------------------------------------------- |
| **Unlocked** | The default is pre-selected, but the user can change it.                |
| **Locked**   | The dropdown is grayed out with a lock icon. The user cannot change it. |

{% hint style="info" %}
In some cases, your IT organization may require you to request approval from an IT administrator to complete the integration. Documentation on how administrators can approve Cogram's calendar integration is available at [Authorizing Calendar Integration](/administration/authorizing-calendar-integration.md).
{% endhint %}

After connecting your calendar, head to your [Meetings dashboard](https://app.cogram.com/dashboard/meetings/schedule) to invite Cogram for note-taking in virtual 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://docs.cogram.com/guides/connecting-your-calendar.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.
