> For the complete documentation index, see [llms.txt](https://docs.salesrook.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesrook.com/salesrook-core/how-to-integrate-calendar-with-salesrook-core.md).

# How to Integrate Calendar with SalesRook Core

{% embed url="<https://salesrook.clarityflow.com/c/6902ddbcb71f07465a7a1c5db>" %}

### Step 1: Access Calendar Settings

1. **Go to Settings**: In the bottom left corner of the dashboard, click on **Settings**.
2. **Navigate to My Profile**: In the settings menu, click on **My Profile**.
3. **Find Calendar Settings**: Scroll down to the **Calendar Settings** section.

### Step 2: Connect Your Calendar

1. **Add a New Calendar**: Under the **Connected Calendars** section, click on the blue **Add New** button.
2. **Select Calendar**: Choose the calendar you want to connect. If using Google Calendar, click **Connect** next to **Google Calendar**.
3. **Sign In with Google**: A pop-up will appear prompting you to sign in to your Google account.
4. **Choose Your Google Account**: Select the Google account where you want SalesRook to write appointments and click **Continue**.
5. **Allow Permissions**: Grant SalesRook the necessary permissions to access and manage your calendar. After approval, the calendar will be connected.

### Step 3: Configure Multiple Accounts (Optional)

1. **Add More Accounts**: If you want to connect additional Google accounts, click the **Sign in with Google** button again and repeat the process for each account.

### Step 4: Set Calendar Configuration

1. **Check Calendar Configuration**: Scroll to the **Calendar Configuration** section to ensure your main calendar is selected under **Conflict Calendars**.
2. **Add More Calendars**: If needed, click **Add** and select any other calendars you want to sync for availability and booking.

### Step 5: Verify User Availability

1. **Check Availability**: Ensure your **User Availability** is properly set with the correct time zone, available days, and hours.

***


---

# 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.salesrook.com/salesrook-core/how-to-integrate-calendar-with-salesrook-core.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.
