
Pet Care Availability
Check our pet sitting and overnight care availability with calendar below!
Availability Limitations:
Walks: 4 walks a day, maximum
Overnights: Only one overnight sit can be booked at a time. Departure and arrival dates may overlap.
Pet Sitting: 3 active sits a day, maximum
You can absolutely embed **multiple Google Calendars into one unified view** — and it’s easier than it looks. Here's how to do it:
---
How to Embed Multiple Google Calendars Into One View**
Step 1: Go to Google Calendar (on desktop)
* Visit: [calendar.google.com](https://calendar.google.com)
* On the left under **“My calendars”**, make sure the calendars you want to display are all checked (they must be public or shared with you).
Step 2: Get the Embed Code
1. Click the **gear icon ⚙️** → **Settings**
2. Under “Settings for my calendars,” click on the **first calendar** you want to embed.
3. Scroll down to **"Integrate calendar"**
4. You’ll see an embed code like this:
```html
<iframe src="https://calendar.google.com/calendar/embed?src=yourcalendarID1&ctz=America%2FNew_York"></iframe>
```
Step 3: Add Other Calendars to the Embed URL
To display multiple calendars together:
* Add `&src=anotherCalendarID` to the embed URL for each additional calendar.
**Example:**
```html
<iframe src="https://calendar.google.com/calendar/embed?src=yourcalendarID1@gmail.com&src=yourcalendarID2@gmail.com&ctz=America%2FNew_York" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
```
> 🔒 **Note**: Each calendar must be shared as **public** or **public with free/busy info** — or it won’t display.
---
### ✅ How to Get Each Calendar’s ID:
* In Google Calendar settings, under each calendar → go to **"Integrate calendar"**
* Copy the value next to **“Calendar ID”**
* Personal calendars usually look like: `yourname@gmail.com`
* Shared calendars might look like: `randomstring@group.calendar.google.com`
---
### ✅ Embedding on Squarespace
Paste the full `<iframe>` into a **Code Block** on any page.
---
Let me know if you want help customizing the look (like hiding navigation, changing colors, or making it mobile-friendly).