Sign in

Create ETO

documented

Add an Everyone Time Off event to block scheduling for all users.

POST /api/workspaces/{workspaceId}/time-off/eto/v1Time Off (ETO)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://next.liquidplanner.com/api/workspaces/{{$workspace_id}}/time-off/eto/v1" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"description": "{{$description}}", "startDate": "{{$startDate}}", "endDate": "{{$endDate}}"}'
Create ETO · liquidplanner · OpenIntegrations