> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/calendar/how-to-copy-or-duplicate-a-calendar.md).

# How to Copy or Duplicate a Calendar

When creating a new calendar, you can copy and duplicate an existing calendar, if you want to duplicate all or most of the settings. This will allow you to save time setting up multiple calendars with the same or similar settings.

* Navigate to Settings > Calendars.
* Choose the one you’d like to duplicate, and click the 3-dot dropdown menu.

{% embed url="<https://lh3.googleusercontent.com/8iqZB04aLgTKXdTeLTodUnf3QZyGeHPKM-UW6HR9HoKbVzNhE3YChzYmK2APBgKVNaMZWH3g2u6ZFWeFDyJhLCfjUXf_a47D8Mkszr_1GZCAM0HTtE4jxkImKSNksPSMs3GGA2ERMv1mIsRRrYVyWPU>" %}

* Click “Duplicate”.
* In the pop-up window that appears, you can confirm the calendar settings, making any adjustments or updates that you want.
* You will need to add a unique slug for the calendar link.

{% embed url="<https://lh3.googleusercontent.com/aqsr5GlgCHbb_M6z9P2Pm71_zDv-xES1fZsxVoRqpQWVHIg8S7Th3HOBKuXOmUaIDshLsye26puF7c-iFLtvb8CkOY14oQgcxuET4d0sqN018Nl4ovPe-2SdxIwXLY2y21QIGN_SL3qPRwXIcoxNxKw>" %}

* Make any additional changes or updates, and click Complete.

{% embed url="<https://lh3.googleusercontent.com/qftYc8295B8Wu3kVqPTpgqkESNP6kcYDq7n59etNeWfkamEOH_sG0o1QvkzxXDk-xtiIq_k2a434jc4Rjy1Cr_XGJXdfIACWRbJVZGlNrXC6KZ9rXof2d5xH_fuh7sXwhWIP13JasNqrL4L-REui2Jg>" %}

* Now the Calendar will be added to our software.


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/calendar/how-to-copy-or-duplicate-a-calendar.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.
