---
title: "Create daily schedule"
method: POST
path: "/api/chargers/{chargerId}/schedules/daily"
tags: ["Daily"]
---

# Create daily schedule

`POST /api/chargers/{chargerId}/schedules/daily`

Creates a new daily repeating schedule in the charger's scheduling state.

## Path parameters

- `chargerId` string, required

## Request body

- ChargeSchedulingAPICreateDailyScheduleRequest
  - `enabled` boolean — Whether the schedule is enabled. Enabled schedules are automatically installed to the charger.
  - `timezone` string — IANA timezone identifier of timezone to use for the schedule.
  - `periods` ChargeSchedulingAPIDailySchedulePeriod3[], nullable — Collection of time periods during which charging is permitted. Limited to a maximum of 18 periods.
    - `startTime` string, time, nullable — Start time of the charging period.
    - `stopTime` string, time, nullable — Stop time of the charging period.
    - `maximumAmps` integer — The maximum electrical current in amperes permitted by the schedule during this charging period.

## Response `200`

- ChargeSchedulingAPICreateDailyScheduleResponse
  - `enabled` boolean — Whether the schedule is enabled. Enabled schedules are automatically installed to the charger.
  - `timezone` string — IANA timezone identifier of timezone to use for the schedule.
  - `periods` ChargeSchedulingAPIDailySchedulePeriod2[] — Collection of time periods during which charging is permitted.
    - `startTime` string, time — Start time of the charging period.
    - `stopTime` string, time — Stop time of the charging period.
    - `maximumAmps` integer — The maximum electrical current in amperes permitted by the schedule during this charging period.

## Other responses

- `400`
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
