> For the complete documentation index, see [llms.txt](https://docs.welkinhealth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.welkinhealth.com/care/calendar/calendar.md).

# Calendar

## Overview

The Calendar in the Welkin Care Portal provides a visual view of your scheduled encounters, appointments, and working hours. It helps care team members manage their time and coordinate with patients.

## Calendar Views

### Day View

Shows all encounters and appointments scheduled for a single day, displayed as time blocks. Hover over an event to see a summary; click to open the full encounter detail.

### Week View

Displays the full week with all scheduled events. Use this view to get an overview of your workload and identify open slots for new appointments.

### Month View

A high-level monthly overview of all encounters. Useful for scheduling planning and identifying busy or light periods.

## Navigating the Calendar

* Use the **arrow buttons** to move forward or backward in time
* Click **Today** to return to the current date
* Toggle between Day, Week, and Month views using the view selector

## Calendar Events

Events shown on the calendar include:

* **Encounters** – scheduled patient visits or calls
* **Blocked time** – non-patient time marked by you or set by an administrator
* **Availability windows** – your configured working hours

## Syncing with External Calendars

If your organization has configured calendar synchronization, your Welkin calendar can sync with Google Calendar or other calendar tools. See [Google Calendar Integration](https://docs.welkinhealth.com/integrations/google-calendar-integration) and [Calendar Synchronization App](https://docs.welkinhealth.com/integrations/calendar-synchronization-app).

## Creating Events

To schedule a new encounter from the calendar, navigate to a time slot and click to create an encounter directly.

***

## Related Topics

* [Working Hours and Encounter Availability](/care/calendar/calendar-setting-up-working-hours.md) – availability setup
* [Encounters](/care/encounters/encounters.md) – encounter management
* [Google Calendar Integration](https://docs.welkinhealth.com/integrations/google-calendar-integration) – external calendar sync
* [Calendar Synchronization App](https://docs.welkinhealth.com/integrations/calendar-synchronization-app) – multi-platform sync

{% embed url="<https://www.youtube.com/watch?v=qAgXpUIFOmg>" %}


---

# 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.welkinhealth.com/care/calendar/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.
