# Calendars

### How to setup Native Calendars?

1. Enable the [Contacts](/natively-platform/features/contacts-1.md) feature.
2. Turn on the Calendars feature and fill out the following information:

* **Permission description** - \*\*\*\* The permission description text should explain to the user why your app needs that permission. Refer to [**Apple's guidelines** ](https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/accessing-user-data/)to avoid potential **rejection**.

3. Save the changes and rebuild your app.

### How to use Native Calendars?

{% content-ref url="/pages/U7Lp1iQWlcu4I3FsEBVA" %}
[Calendars](/guides/integration/calendars.md)
{% endcontent-ref %}


---

# Agent Instructions: 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://docs.buildnatively.com/natively-platform/features/calendars.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.
