Sign in

Create block

documented

POST request to block off time on your calendar.

POST /blocksBlocksno 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://acuityscheduling.com/api/v1/blocks" \
  -X POST \\
  -u "{{ACUITYSCHEDULING_ACCOUNT_ID}}:{{ACUITYSCHEDULING_API_KEY}}" \\
  -H "Content-Type: application/json" \\
  -H "Accept: application/json" \\
  -d '{"calendar_id": {{$calendar_id}}, "start_time": "{{$start_time}}", "end_time": "{{$end_time}}", "notes": "{{$notes}}"}'
Create block · acuityscheduling · OpenIntegrations