# Create

Staff can use the **Clinic Calendar** screen to schedule events at the clinic level, such as working days, week offs, leaves, and holidays. These events are automatically reflected in the appointment scheduler.

{% hint style="warning" %}
Events cannot be created for past dates.
{% endhint %}

***

## Steps to Create an Event in the Clinic Calendar Screen

* Open the **Clinic Calendar** screen by navigating to **Home > Setup > Calendar > Clinic Calendar.**
* In the calendar view, double-click the effective date to open the **Clinic Calendar** pop-up window.

  <figure><img src="/files/JlVaUFQ2iWWUrYtO0n4P" alt=""><figcaption></figcaption></figure>
* In the pop-up window, enter the following details:
  * **Title**: Enter a title for the event.
  * **Type**: Select the appropriate event type from the dropdown list (Working, Week Off, Leave, Working but not in Clinic, or Holiday).
  * **Date**: Use the date picker to select the event’s effective date.
  * **From/To Time**: Use the time pickers to set the start and end times for the event.
  * **All Day**: Select this checkbox if the event is for the entire day.
  * **Time Intervals**: If the event occurs during multiple time intervals, click the **+** icon next to the **All Day** checkbox to configure additional intervals.
  * **Repeat**: In the **Repeat** dropdown, define the recurrence pattern. By default, **Never** is selected, indicating the event occurs only on the selected date. Choose a recurrence option if the event needs to repeat.
  * **Remarks** (optional): Enter any additional notes if needed.
* Click **SAVE** to add the event to the calendar. The event will now appear on the calendar and automatically sync with the scheduler.

***


---

# Agent Instructions: 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:

```
GET https://unitecare.gitbook.io/uniteemr/master-modules/calendar-setup/clinic-calendar/create.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
