cURL
curl --request GET \ --url https://api.example.com/api/v1/calendars/{calendar_id}/availability-rules \ --header 'Authorization: <authorization>'
{ "success": true, "data": [ { "id": "rule-uuid-1", "type": "recurring", "days_of_week": [1, 2, 3, 4, 5], "start_time": "09:00", "end_time": "17:00", "timezone": "America/New_York" }, { "id": "rule-uuid-2", "type": "exception", "date": "2024-12-25", "available": false } ] }
List availability rules for a calendar
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/calendars/{calendar_id}/availability-rules
Bearer talq_your_environment_token_here
Was this page helpful?