# Quick Start for Calendar & Events

MeetBit allows you to create your own Calendars and view a list of them for each Calendar Provider. The Calendar displays all your scheduled Events, automatically adding them as soon as they are created by an authorized User or generated from Meeting Links.

{% hint style="info" %}
With the appropriate permission to view Users, you can also see a list of their Calendars for each Calendar Provider, but you cannot create or delete Calendar/s for other Users.&#x20;
{% endhint %}

<figure><img src="/files/Gx4c9ECtKloRoz5zfMLX" alt=""><figcaption><p>MeetBit User Calendar Page</p></figcaption></figure>

{% hint style="info" %}
On the User Calendar Page, you can view the details of your scheduled Events by clicking the "View Event" icon in the row of a specific Event.
{% endhint %}

<figure><img src="/files/JW5KitnEhZIiOgTlKoE5" alt=""><figcaption><p>MeetBit Event Details Modal</p></figcaption></figure>

## Upcoming Events on Dashboard

Once you have signed into MeetBit, you will land on the Dashboard Page, where your Upcoming Events for the day are displayed. You can also access the Dashboard Page by clicking the MeetBit icon in the upper-left corner or by visiting <https://customdomain.com/admin>.

<figure><img src="/files/E4bKZPRfol9VulVthTK0" alt=""><figcaption><p>MeetBit Dashboard Page with Upcoming Events</p></figcaption></figure>

## Creating your First Event

Now that you understand how Calendar and Events work, it's time to create your first Event. Proceed to the next page to learn how.


---

# 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:

```
GET https://meetbit.gitbook.io/docs/calendar-and-events/quick-start-for-calendar-and-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
