List event type available times
documentedRetrieve available times for a given event type.
GET /event_type_available_timesEvent Typesno implementation yet0 runsNo 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/event_type_available_times?event_type={{$event_type_uri}}&start_time={{$start_time}}&end_time={{$end_time}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"