> 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)
- [Set up Google Calendar Sync](https://docs.daylite.app/help/mac-fundamentals/calendars/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
- [Google Calendar Sync Rules and Behaviour](https://docs.daylite.app/help/mac-fundamentals/calendars/set-up-google-calendar-sync/google-calendar-sync-rules-and-behaviour.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.
- [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)
- [Calendar Settings](https://docs.daylite.app/help/mac-fundamentals/calendars/calendar-settings.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.
