> For the complete documentation index, see [llms.txt](https://developer.kizen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.kizen.com/docs/integrations-and-plugins/integrations/zoom-beta/show-your-zoom-meetings-on-calendar-dashlets.md).

# Show Your Zoom Meetings on Calendar Dashlets

{% hint style="success" %}
**Audience**: Admins, Developers, Solution Architects

**Purpose**: Explains how to turn on the Enable External Calendars app configuration to display your Zoom meetings on calendar dashlets in <code class="expression">space.vars.Kizen\_company\_name</code>.
{% endhint %}

## Overview

{% hint style="warning" %}
**Caution:** This setup reflects Kizen's default configuration. Your administrator may have customized your layout, so columns or navigation may appear differently. Trial accounts may have limited features.
{% endhint %}

Display your scheduled Zoom meetings alongside your other events on calendar dashlets in <code class="expression">space.vars.Kizen\_company\_name</code> with the Enable External Calendars feature of the Zoom integration.

<div data-with-frame="true"><figure><img src="/files/cVbRDqGGEK1JnNx1saAM" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Note:** Your calendar dashlets display only your own Zoom meetings.
{% endhint %}

***

## Before You Begin

To show your Zoom meetings on calendar dashlets, you need:

* An active Zoom account
* Authorization at the user level for the Zoom integration

***

## Show Your Zoom Meetings on Calendar Dashlets

To show your Zoom meetings on calendar dashlets:

{% stepper %}
{% step %}

#### Go to the App Marketplace

In the global navigation of <code class="expression">space.vars.Kizen\_company\_name</code>, select **Platform** > **App Marketplace**.

<div data-with-frame="true"><figure><img src="/files/OaX8ckC7QZdksOdbP47I" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Edit the Zoom configuration

Find the Zoom card, and select **Edit Configuration**.

<div data-with-frame="true"><figure><img src="/files/QODlQO7LbFNtQIZydGKo" alt="" width="563"><figcaption></figcaption></figure></div>

The Zoom configuration page opens.
{% endstep %}

{% step %}

#### Go to the user settings

On the configuration page, select the **User Settings** tab.

<div data-with-frame="true"><figure><img src="/files/GTFPzbbDWU6ztIMTcFli" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Turn on external calendars

In the App Configuration section of the user settings, select **Enable External Calendars**.

<div data-with-frame="true"><figure><img src="/files/X4n0giAgOmg4q6uFK7Nb" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Save the configuration

Select **Save**.
{% endstep %}
{% endstepper %}

***

## What's Next

With your authorization at the user level, you can also schedule a Zoom meeting directly from the `Date` or `DateTime` fields in a <code class="expression">space.vars.Kizen\_company\_name</code> <code class="expression">space.vars.entity</code>. For more information, continue to [Schedule a Zoom Meeting from a Kizen Record](/docs/integrations-and-plugins/integrations/zoom-beta/schedule-a-zoom-meeting-from-a-kizen-record.md).

<details>

<summary><strong>Related Topics</strong></summary>

* [Zoom - Beta](/docs/integrations-and-plugins/integrations/zoom-beta.md)
* [Set Up Zoom in Kizen](/docs/integrations-and-plugins/integrations/zoom-beta/set-up-zoom-in-kizen.md)
* [Use Zoom in an Agentic Workflow](/docs/integrations-and-plugins/integrations/zoom-beta/use-zoom-in-an-agentic-workflow.md)
* [Schedule a Zoom Meeting from a Kizen Record](/docs/integrations-and-plugins/integrations/zoom-beta/schedule-a-zoom-meeting-from-a-kizen-record.md)
* [Troubleshoot Zoom](/docs/integrations-and-plugins/integrations/zoom-beta/troubleshoot-zoom.md)

</details>

***

*Zoom and the Zoom logo are trademarks or registered trademarks of Zoom Communications, Inc. Kizen's Zoom integration is not affiliated with, sponsored by, or endorsed by Zoom Communications, Inc.*


---

# 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://developer.kizen.com/docs/integrations-and-plugins/integrations/zoom-beta/show-your-zoom-meetings-on-calendar-dashlets.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.
