# Add scheduled events to the calendar **POST /_ml/calendars/{calendar_id}/events** ## Required authorization * Cluster privileges: `manage_ml` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **calendar_id** (string) A string that uniquely identifies a calendar. ### Body: application/json (object) - **events** (array[object]) A list of one of more scheduled events. The event’s start and end times can be specified as integer milliseconds since the epoch or as a string in ISO 8601 format. ## Responses ### 200 #### Body: application/json (object) - **events** (array[object]) [Powered by Bump.sh](https://bump.sh)