> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync.md).

# Google Calendar Sync

If you live in Google Calendar but run your business in Daylite, you're probably keeping two calendars in your head. Google Calendar Sync ends that. Pair one Google calendar with one Daylite category and everything flows both ways, automatically — book a meeting in either app and it shows up in the other, edits and all.

{% hint style="warning" icon="eye" %}
Google Calendar Sync is in Public Preview — some features are still being added and you might encounter a few bugs. Thank you for trying it!

[Send Feedback](mailto:support@daylite.app)
{% endhint %}

Once it's on, you get to:

* **Stop double-booking yourself.** Every meeting lives in both calendars, so your availability is always right no matter which app you're looking at.
* **Book from anywhere.** Create an appointment on your phone in Google Calendar and it's waiting for you in Daylite at your desk.
* **Sync only what belongs in Daylite.** Pair just the calendars you want mirrored and leave your personal one out — or run several syncs at once, each Google calendar mapped to its own Daylite category.
* **Put meetings in context.** Link synced Appointments to the contacts, opportunities, and projects they belong to, so your team sees the full story behind every meeting.
* **Keep the team in the loop.** Synced Appointments are visible across your Daylite team by default — and you control exactly who sees what.

Each sync pairs **one Google calendar** with **one Daylite category**, and covers past and future events alike. Your personal calendar only enters Daylite if you deliberately pair it, so keeping work and personal separate is just a matter of which calendars you choose to sync.

{% content-ref url="/pages/921a0f2385fef30513b7a2a8d44ae445b6d61374" %}
[Set up Google Calendar Sync](/help/mac-fundamentals/calendars/google-calendar-sync/set-up-google-calendar-sync.md)
{% endcontent-ref %}

{% content-ref url="/pages/18714ef5f1183fd10722ca67a912094310a5a990" %}
[Google Calendar Sync Rules and Behaviour](/help/mac-fundamentals/calendars/google-calendar-sync/google-calendar-sync-rules-and-behaviour.md)
{% endcontent-ref %}

{% content-ref url="/pages/Z4NEqRgJp4UCInGCASVe" %}
[How to Delete a Category Connected to Google Calendar Sync](/help/mac-fundamentals/calendars/google-calendar-sync/how-to-delete-a-category-connected-to-google-calendar-sync.md)
{% endcontent-ref %}


---

# 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.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync.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.
