> 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.md).

# Calendars

- [Using the Daylite Calendar](https://docs.daylite.app/help/mac-fundamentals/calendars/using-the-daylite-calendar.md)
- [The Value of Linking](https://docs.daylite.app/help/mac-fundamentals/calendars/the-value-of-linking.md)
- [Types of Calendars](https://docs.daylite.app/help/mac-fundamentals/calendars/types-of-calendars.md)
- [Google Calendar Sync](https://docs.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync.md): Keep a Google calendar and a Daylite category in two-way sync — no double-entry.
- [Set up Google Calendar Sync](https://docs.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync/set-up-google-calendar-sync.md): Sync your Google calendars with Daylite to get the full power of Daylite — linking, team visibility, and connected workflows — while keeping the flexibility to work in Google Calendar when you need to
- [How Google Calendar Sync Works](https://docs.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync/how-google-calendar-sync-works.md): This page explains how Google Calendar Sync works after setup — how Appointments sync, what you can and cannot edit, and how your team sees synced events.
- [Remove a Google Calendar Sync](https://docs.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync/remove-a-google-calendar-sync.md): 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.
- [Delete or Deactivate a Category Synced with Google Calendar](https://docs.daylite.app/help/mac-fundamentals/calendars/google-calendar-sync/delete-or-deactivate-a-category-synced-with-google-calendar.md): 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.
- [Set Up a Vacation Calendar in Daylite](https://docs.daylite.app/help/mac-fundamentals/calendars/set-up-a-vacation-calendar-in-daylite.md): Learn how to create a shared vacation calendar in Daylite using a Smart List, so your whole team can see who's away directly from their Mac.
- [Calendar Sharing](https://docs.daylite.app/help/mac-fundamentals/calendars/calendar-integration.md): Learn how to share your Daylite calendar with Apple Calendar and other apps, invite teammates to appointments so they sync to their devices, and choose how your Daylite calendars appear outside of Day
- [Filling in a New Calendar Appointment](https://docs.daylite.app/help/mac-fundamentals/calendars/filling-in-a-new-calendar-appointment.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.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.
