Create Schedule
create-schedule[Auth Required] Create a new agent schedule (paid action: schedule_create). Pass API key via X-Agent-Key header or Authorization: Bearer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date (YYYY-MM-DD or ISO 8601) | |
| start | Yes | Start date (YYYY-MM-DD or ISO 8601) | |
| kal_id | Yes | Calendar ID to attach the schedule to | |
| private | No | Whether the schedule is private | |
| settings | Yes | Schedule settings (events, days, hours, contacts, skills, links, etc.) | |
| timezone | No | Timezone (e.g. Europe/Moscow, UTC) |