> 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/administration/authorizing-calendar-integration.md).

# Authorizing Calendar Integration

{% hint style="info" %}
When your users connect their calendars, they can invite Cogram to meetings straight from their own schedule, with no manual steps at meeting time.
{% endhint %}

#### Permissions Cogram receives and data it processes

When Cogram is connected to your users' calendars, Cogram receives permission to read their calendar information. This allows Cogram to display their calendar events in Cogram’s calendar interface and makes it easy for your users to invite Cogram to meetings for note-taking. Cogram does not have the ability to modify your users' calendars.

#### Administrator Consent

When a Cogram user attempts to connect their Outlook calendar with Cogram this may require consent from an IT administrator, depending on your organization’s IT settings.

{% hint style="info" %}
The general setting that controls if administrator approval is required for users to give consent for third-party app connections in Microsoft 365 is documented [here](https://learn.microsoft.com/en-GB/microsoft-365/admin/misc/user-consent?view=o365-worldwide\&WT.mc_id=365AdminCSH_inproduct). For many organizations, the default setting is that administrator approval is required.
{% endhint %}

In this case, when a Cogram user attempts to connect their Outlook calendar, Cogram redirects to Microsoft’s OAuth screen and the user will be prompted to request administrator consent.

## Granting Consent to User Requests

For the administrator to approve this request, the following steps are required:

1. Sign in to the [Azure portal](https://portal.azure.com/) as one of the registered reviewers of the admin consent workflow.
2. Search for and select Azure Active Directory.
3. From the navigation menu, select Enterprise Applications.
4. Under Activity, select Admin consent requests.
5. Select the My Pending tab to view and act on the pending requests.
6. Select the application that is being requested from the list.
7. Approve the request. To approve a request, grant admin consent to the application. Once a request is approved, all requestors are notified that they have been granted access.

{% hint style="info" %}
Approving a request allows all users in your tenant to access the application unless otherwise restricted by user assignment.
{% endhint %}

#### Managing App Permissions

Documentation on how to manage permissions granted to applications is available [here](https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/manage-application-permissions?pivots=portal).

For support, contact <mark style="color:blue;"><support@cogram.com></mark>.


---

# 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/administration/authorizing-calendar-integration.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.
