# Schedule Types

This feature allows you to set how a subject is scheduled.

## Access and Navigation <a href="#access-and-navigation" id="access-and-navigation"></a>

To access this module, go to **Planning** > **School Year Setup** > **Schedule Types**

<figure><img src="/files/KWYDNsqpVTRWn6tBXafy" alt=""><figcaption></figcaption></figure>

If you cannot view the link from the list, check the privilege assigned to your user account or role.

{% hint style="danger" %}
Contact your school’s system administrator to request view or edit access if you cannot access the rights management screen.
{% endhint %}

## Create a New Schedule Type

* To add a new schedule type, click the **+New** button
* Fill out the necessary details:
  * **Name** - what to call the schedule type
  * **Minutes per week** - to compute, the number of hours per day multiplied by the number of days per week a subject should be taken then convert it to minutes
    * Example: One (1) hour per day every Monday, Wednesday, and Friday = (60 minutes) multiplied by (3 days) = 180 minutes
* Once done, click **Add Schedule Type**

![](/files/-M7rNG-Z3gdN415WgDVI)

## **Import Possible Schedules via CSV file**

<figure><img src="/files/PYqKEBKCIkjWvqUzqVA6" alt=""><figcaption></figcaption></figure>

* Click **Edit Meetings** of the schedule type to modify
* Click the **Import** button located at the upper right corner of the screen
* A window will show up describing the fields that the CSV file must contain:
  * Start Time (HH: mm) - 24-hour format
  * End Time (HH: mm) - 24-hour format
  * Days - can be multiple separated by "|" (M|T|W|TH|F|SAT)
* Click the **Download template** to have a local copy of the file that you can fill out with the aforementioned information
* Once the data is ready, click **Browse** to attach the CSV file, then click **Import**

## **Add a Possible Time Slot on a Sc**hedule Type

* Click **Edit Meetings** of the schedule type to modify. This will show all the possible time slots for the schedule type
* Click **+ New** to add
* Update the necessary details:
  * **Time Frame** - possible start time and end time of the schedule type
  * **On Days** - the day/s should this schedule be

{% hint style="warning" %}
The combination of **Time Frame** and **On Days** should match the **Minutes per week.**

**Example:** Per week is 180 minutes

Time Frame: 08:00 AM-09:00 AM, M-W-F ***or*** &#x20;

Time Frame: 08:00 AM-09:30 AM, T-TH ***or***&#x20;

Time Frame: 08:00 AM-11:00 AM, Wednesday ***or*** &#x20;

Time Frame: 08:00 AM-08:30 AM, Mon to Sat
{% endhint %}

* Click **Add Possible Meeting** once done

![](/files/-M7rTGMkOUp0RXGCsKeD)

* Add all the possible time slots per schedule type

![](/files/-M7rThmww7VW2SkZ-W3k)

## **Remove a Possible Time Slot on a Sc**hedule Type

* Click **Edit Meetings** of the schedule type to modify. This will show all the possible time slots for the schedule type.
* Click the **X** button on the right side of the time slot to remove it.

![](/files/-M7rTy-ejccZNW4VRG5l)

* Once clicked, it will immediately delete the slot and save the changes.

![](/files/-M7rUCF4k8zsqf1Iwi9h)

## Edit a Schedule Type

To edit a schedule type, click the **Pencil** button on the schedule type you wish to edit. Modify the contents as needed. Click **Save Changes** once done.

![](/files/-M7rUUBhbXhDMcNYiJBI)

{% hint style="warning" %}
A schedule type with a possible time slot inside **Edit Meetings** cannot be edited as it will affect the slots already created. Delete the time slots first before editing the schedule type.
{% endhint %}

![](/files/-M7rVAVVw0Xx49bTxdB4)

## Delete a Schedule Type

To delete a schedule type, click the **Trash bin** icon on the schedule type you wish to delete. In the confirmation pop-up, click **Yes, Delete** if decided otherwise click **No** to go back.

![](/files/-M7rUax4tGmO3w2PNhun)


---

# 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://info.edusuite.asia/product-guide-k12/admin-home/planning-module/school-year-setup/adding-schedule-types.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.
