> 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/delete-or-deactivate-a-category-synced-with-google-calendar.md).

# Delete or Deactivate a Category Synced with Google Calendar

Learn how to delete a Daylite category linked to a Google Calendar sync, or work around the restriction safely without breaking your sync or teammates' calendars.

A category connected to a Google Calendar sync is protected from deletion. Daylite blocks anyone from deleting it so the sync doesn't break. To delete it, remove every sync attached to the category.&#x20;

<div align="left"><figure><img src="https://3475717408-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6oVSyjL3UowOqokog3Vn%2Fuploads%2FlETFkLcWh8OUwJMM3iLT%2FScreenshot%202026-08-11%20at%201.43.54%E2%80%AFPM.png?alt=media&amp;token=719afc46-2842-481c-ba2d-5312f717d240" alt=""><figcaption></figcaption></figure></div>

**Key Facts:**<br>

* One Daylite category can be synced with multiple users' Google Calendars.
* A synced category can't be deleted. To delete it, every Google Calendar sync connected to it must be removed first, including when it is syncing with other users' Google Calendars.
* Users can only remove their own Google Calendar syncs.
* Deactivating a user removes all of their Google syncs.

## How to Delete a Category Syncing with Google Calendar Sync&#x20;

If you've tried to delete a category and can't because it's locked to a Google Calendar sync, follow the steps below.

1. [Remove the Google Calendar Sync](/help/mac-fundamentals/calendars/google-calendar-sync/remove-a-google-calendar-sync.md) paired with the category.
2. Go to **Daylite** > **Settings** > **Categories** and select the category you want to delete.
3. If the category is no longer locked, click the <i class="fa-minus">:minus:</i> button to remove the category as usual.

If the lock is still in place, another user is syncing to that category. Have each of them follow the same steps until every Google Calendar syncing with the category has been removed.

**Alternatives to Deleting**

You can rename the category or change its colour without removing any syncs — often that's all you need. Keep in mind the new name and colour apply to everything already tagged with the category (appointments, contacts, projects, tasks), and to anyone else on the team using it,  give them a heads-up first.

## Frequently Asked Questions

**Why can't I delete synced Categories?**

Synced categories are protected from deletion to avoid inadvertently removing a Google Calendar sync. Deleting the category would silently break the sync for everyone connected to it. Once every Google Calendar sync connected to the category is removed, it can be deleted as usual.

**How do I find out whose Google Calendars are syncing with the category?**

Select the category in Daylite's category preferences. The **Calendar Sync** field shows the calendars syncing with it. Click the dropdown to see each connected calendar.

**A teammate who synced with this category has left the company. Am I stuck?**

No. Deactivating their user account removes all of their Google Calendar syncs, including the one protecting the category.

**Do I have to delete the category at all?**

Often not. You can rename it or change its colour without touching any syncs  just remember the change applies to everything already tagged with the category, and to everyone using it.


---

# 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/delete-or-deactivate-a-category-synced-with-google-calendar.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.
