> For the complete documentation index, see [llms.txt](https://docs.digably.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digably.io/calendar/how-to-create-recurring-events.md).

# How To Create Recurring Events

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

This guide will show you how to create recurring events in your Digably calendar.

***

#### 1. Click "Calendar"

Open the calendar view in your Digably dashboard by clicking "Calendar" in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FmsNMMwXEF7jb5aZ3fKJRMR%2FsSkh4Yvb8YE4tVDCdQzMzs_doc.png?alt=media&#x26;token=acbc3534-dc49-49f4-9d3c-92829674042c" alt=""><figcaption></figcaption></figure>

#### 2. Click the date on which you wish to add the event

Click the date on which you wish to add the event. This will open a settings panel on the right.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FmsNMMwXEF7jb5aZ3fKJRMR%2F1goL8cwb7w1Nxbi29vmmBV_doc.png?alt=media&#x26;token=d3b0d39f-0e9c-4c3d-a3e9-70d28d83a649" alt=""><figcaption></figcaption></figure>

#### 3. Select the "Repeat" checkbox

Fill in all the details needed to configure your event in the settings panel, and be sure to select the "Repeat" checkbox. This will open up a subsection of settings to configure your recurring event.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FmsNMMwXEF7jb5aZ3fKJRMR%2Fmz31vnCF34x89a2HkuEVin_doc.png?alt=media&#x26;token=c66839ff-f354-4515-93e3-870c930f5e9a" alt=""><figcaption></figcaption></figure>

#### 4. Configure your settings

Configure your repeat settings.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FmsNMMwXEF7jb5aZ3fKJRMR%2Fcra5U7vFGrWHA36CTW1GaC_doc.png?alt=media&#x26;token=717af324-c064-4473-8f93-155912097002" alt=""><figcaption></figcaption></figure>

#### 5. Click "Save"

Finally, save the new recurring event.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2FmsNMMwXEF7jb5aZ3fKJRMR%2Fgu2JivCnjrEFdXMbK5hz6J_doc.png?alt=media&#x26;token=dc8a1efa-60c5-4093-b185-ddd49eef9afa" alt=""><figcaption></figcaption></figure>

This guide covered the process of creating a recurring event in Digably.


---

# 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.digably.io/calendar/how-to-create-recurring-events.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.
