> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/url-shorteners/url-shortener-public-calendar-wheel.md).

# URL Shortener - Public Calendar Wheel

With SprintHub, you can schedule appointments dynamically and efficiently, using a roulette that automatically distributes between different Public calendars. This approach increases the availability of time slots with your consultants, creating more opportunities to close deals.

To create your Public Calendars, see the article below:

{% content-ref url="/pages/749db82c7d8f8de9daf0fa3fabe82690116b9045" %}
[Creating a Public Agenda for Meetings and Events](/en/topics/relate/public-calendar/creating-a-public-agenda-for-meetings-and-events.md)
{% endcontent-ref %}

**To set up the URL, follow the steps below:**

1. Go to the **“URL Shorteners”**: Through “Find Services.” Or just type the name, and the function appears.\
   Click “+ New” to start setting up your link.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfEAPLZS9NzL7kyKAbblez24N7JVfQKjClmku6rHUTnzDA41d_4SEJaG6j90FAMN7R4KYC5-O0IJ-OKwp4nw4fw-ZmXzWclLba46XY-mgIW9XSWEIpc2LTaXlM7nRDU2O-3-ndf?key=mM1HU3LhVJBXXRwccJ7x4Z1_" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXc6anl6NFtgiqdJBAh5NuPM4WjUlR9-i0dtG6FN95hBfXMOikwd26JTr1DuVR7L7u9113By8r_G6LlWwzZqHpW8jp31SMnvr7pAySEpLcQkmkfSNuQOf13k_3weYTqr2CEI0zVExA?key=mM1HU3LhVJBXXRwccJ7x4Z1_" alt=""><figcaption></figcaption></figure>

2. **Configure and Save:**&#x20;

* **Enter a name:** Give it a descriptive name.
* **Alias:** It will be filled in automatically.
* **Original URL:** This will be the URL to which the Lead will be redirected after clicking the shortener link.

> A Token will need to be added to the end of the link so that the Calendar selection is made randomly.

```
Token: {random=link1|link2}
```

{% embed url="<https://youtu.be/E3IFEacbuOA>" %}

3. **Metadata**

Metadata provides additional information about the URL.\
\
**Title:** Usually displayed in the browser tab and in search engine results, the title is a brief description of the page.

**Icon:** Small icon shown in the browser tab next to the title or in the address bar, also known as a favicon.

**Image:** The featured image is a specific image associated with the web page, used mainly when the content is shared on social media, in messages, or appears in search results.

**Author:** The author identification of the page can be included in the metadata, especially on sites with multiple contributors.

**Description:** A concise summary of the page content, usually displayed in search results and when sharing links.

**Keywords:** Terms or phrases that describe the page content and help improve its indexing in search engines.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcidv9HcpFzDtcV8I764Y5ZZm8j66ivSnmVDHaNGXtSMA7WqmuLQkZeTNw3_qIAqReJ4ndu5QQE2OppfkmHdl7Vt5O7oJzBWNKq6wuqy2lLvFORvkW51l1n6tD4biBWQ2xGz7Nx?key=mM1HU3LhVJBXXRwccJ7x4Z1_" alt=""><figcaption></figcaption></figure>

Leave as **Published** and click on **Save and Close**.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkNUzOtW4NGCMm2Ju2An3vQvRL0iK-NROONbGxYJkcCSNNRsFYmtll4gBgUkN5WjKh2RFK6DalpxFnFf9Lm17McrMiRco9vYtElEoh9zA0b1d152EWWoYWkWoDMjBf9WFxqpiMyw?key=mM1HU3LhVJBXXRwccJ7x4Z1_" alt=""><figcaption></figcaption></figure>

After that, you will be able to copy the shortened link by clicking the corresponding button. In addition, it is also possible to generate a QR Code for the link.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZjQwmas5o2rnoCbM1Lk5oKN0UxtansmlIht37Xo0Gu7Fx-3Z0UfX7dYB9NWYzs2Pp2TMuCCM6c2hcp32avLSPRjgJpXvN7seXk028hNDkt9pSgLrYnHwiVS_Yv6BeoY9K8nlT?key=mM1HU3LhVJBXXRwccJ7x4Z1_" alt=""><figcaption></figcaption></figure>

**CONCLUSION:**

Using a URL shortener for the calendar roulette offers convenience, making links more compact and easier to share. In addition, it allows you to include the Token needed for random calendar distribution, ensuring a more organized and efficient scheduling experience.


---

# 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.sprinthub.com/en/topics/convert/url-shorteners/url-shortener-public-calendar-wheel.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.
