> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/french/hablla/parametres/calendrier.md).

# Calendrier

## 🗓️Vue d’ensemble

Les calendriers Hablla permettent de créer des agendas personnalisés pour chaque utilisateur, facilitant l’organisation des rendez-vous internes. Tout comme dans Google Calendar, chaque calendrier possède un lien exclusif afin que les clients puissent planifier des événements directement.

***

## ⚙️Comment configurer

1. Accédez à votre compte dans [Studio](https://studio.hablla.com/), allez jusqu’à C**onfigurations -> Calendriers.**&#x20;
2. Pour configurer un nouveau calendrier, cliquez sur **Nouveau calendrier.**&#x20;
3. Un panneau latéral (Drawer) sera chargé pour renseigner les informations :

***

<table data-search="false"><thead><tr><th>Champ</th><th>Description</th></tr></thead><tbody><tr><td>📝 <strong>Nom</strong></td><td>Nom du calendrier.</td></tr><tr><td>📄 <strong>Description</strong></td><td>Objectif, instructions ou détails de l'événement.</td></tr><tr><td>👤 <strong>Utilisateur</strong></td><td>Utilisateur responsable du calendrier.</td></tr><tr><td>🕒 <strong>Heures ouvrées</strong></td><td>Horaire disponible pour les prises de rendez-vous.</td></tr><tr><td>🔗 <strong>Slug</strong></td><td>Nom utilisé dans l'URL du calendrier. Ex. : <code>calendar.hablla.io/</code><mark style="color:$warning;"><code>mon-calendrier</code></mark></td></tr><tr><td>⏱️ <strong>Durée</strong></td><td>Durée de l'événement en minutes.</td></tr><tr><td>⏳ <strong>Intervalle</strong></td><td>Temps entre les créneaux disponibles.</td></tr></tbody></table>

**Exemple de remplissage :**&#x20;

<figure><img src="/files/3f106748e80f12c306047ff50ff5d7d8b959a3ad" alt="" width="410"><figcaption></figcaption></figure>

***


---

# 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.hablla.com/french/hablla/parametres/calendrier.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.
