> 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/remove-a-google-calendar-sync.md).

# Remove a Google Calendar Sync

Disconnect a Google calendar from its Daylite category. Choose whether to keep synced Appointments in both apps or delete the copies, and see what each option costs you.

Removing a calendar sync disconnects a Google calendar from the Daylite category it was paired with. Appointments stop flowing between the two apps, and the category is freed up to be used in a different sync or deleted.

When you delete a sync, you're asked what to do with the Appointments that already synced. It's worth understanding both options before you choose.

**Key Facts:**

* Removing a sync always stops it, but you choose what happens to the Appointments that already synced.
  * **Keep copies** leaves every Appointment in both apps, but the two copies can drift apart from then on.
  * **Delete copies** returns each Appointment to the app it was created in, and any Daylite links on Google-originated Appointments are lost.
* Your Google calendar itself is never deleted or unsubscribed.
* You can only remove syncs you set up.
* Deactivating a user removes all of their Google Calendar syncs.

## What Happens When I Remove a Google Calendar Sync?

Removing a Google calendar sync stops the Google calendar and Daylite passing changes to each other, and the category becomes available to pair with a different calendar and allows you to [delete the category](/help/mac-fundamentals/calendars/google-calendar-sync/delete-or-deactivate-a-category-synced-with-google-calendar.md). Your Google calendar itself is never deleted or unsubscribed.

What happens to the Appointments that already synced depends on which option you choose when you delete the sync:

**Keep copies of synced events (default)**\
Every synced Appointment stays in both Daylite and Google Calendar, so you keep a full history in each app. Because the two are no longer connected, an edit made to one copy after this point won't reach the other, so the two can drift into different versions of the same event over time.

**Delete copies of synced events**\
Appointments are removed from the app they were syncing to, and remain in the app they were created in. Neither app keeps a record of what happened in the other, and any Daylite links, Notes, or files you'd added to a Google-originated Appointment are lost along with it.

### What Do I Lose When I Remove a Sync?

If you choose **Keep copies**, nothing — every Appointment and everything linked to it stays exactly where it is in both apps. You just lose the ongoing connection between them.

If you choose **Delete copies**, you lose the Daylite side of anything that started life in Google: any Contacts, Opportunities, Projects, or Tasks you linked to a Google-originated Appointment, along with its Notes and files, are deleted along with the Appointment itself. Appointments you originally created in Daylite are never deleted — they're only removed from Google Calendar either way.

{% hint style="info" %}
If you've linked a lot of Daylite records to Google-originated Appointments and don't want to lose them, choose **Keep copies**. If you'd rather avoid the two calendars drifting apart and don't need those links, choose **Delete copies** instead. Either way, renaming the paired category or changing its colour doesn't affect the sync at all.
{% endhint %}

***

## How Do I Remove a Google Calendar Sync?

1. Go to **Daylite** > **Settings** > **Calendar Integration** > **Calendar Sync** and click **Manage Calendar Sync**
2. Click **Delete** <i class="fa-trash-can">:trash-can:</i> next to the calendar sync you want to remove.
3. Choose **Keep copies of synced events** or **Delete copies of synced events**, then click **Delete Calendar Sync**.

The sync stops immediately, and the paired category is available to use in a new sync right away.

### How Do I Remove Another User's Calendar Sync?

You can't. Each user manages their own Google Calendar syncs, and only that user can remove them.

If the person has left your company, deactivating their Daylite user account removes all of their Google Calendar syncs for you.

***

## How Do I Disconnect My Google Account?

Disconnecting a Google account removes every calendar sync that uses it. The steps are the same as removing a single sync.

1. Go to **Daylite** > **Settings** > **Calendar Integration** > **Calendar Sync** and click **Manage Calendar Sync**
2. Click **Delete** <i class="fa-trash-can">:trash-can:</i> next to the Google account you want to disconnect.
3. Choose **Keep copies of synced events** or **Delete copies of synced events**, then confirm.

The account and its calendar syncs are removed from Daylite. To use it again, add it back with **Add Google Account** and set up your syncs from scratch.

{% hint style="info" %}
**Hint**

Looking to stop Google Calendar Sync for your whole company rather than your own syncs? That's an admin setting, and turning it off doesn't stop syncs that are already running. See [Set Up Google Calendar Sync.](/help/mac-fundamentals/calendars/google-calendar-sync/set-up-google-calendar-sync.md)
{% endhint %}

***

## Frequently Asked Questions

**Can I set the sync up again later?**

Yes. If you chose **Delete copies**, any Daylite links you'd added to Google events are gone for good. If you chose **Keep copies**, Daylite tries to match the old Appointments against the returning ones, and a missed match puts the same meeting on your calendar twice.

**Does removing a sync delete my Google calendar?**

No. **Delete copies** removes only the events Daylite created there. **Keep copies** touches nothing in Google.

**I'm trying to delete a category and Daylite won't let me**

The category is locked until every sync using it is removed. First remove the Google Calendar sync and then [delete the category.](/help/mac-fundamentals/calendars/google-calendar-sync/delete-or-deactivate-a-category-synced-with-google-calendar.md)


---

# 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/remove-a-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.
