Sign in

Create event type

documented

Create a new event type (one-on-one event types).

POST /event_typesEvent Typesno 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://api.calendly.com/invitees" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"event_type": "https://api.calendly.com/event_types/{{$event_type_uuid}}", "start_time": "{{$start_time}}", "invitee": {"name": "{{$invitee_name}}", "email": "{{$invitee_email}}", "timezone": "{{$invitee_timezone}}"}}'
Create event type · Calendly · OpenIntegrations