/api/v1/calendar/detail

API endpoint documentation

get
Tags:calendar
Operation ID: getApiV1CalendarDetail
Query Parameters
apiKeystring
required

Your BizKitHub API key (passed as GET parameter)

codestring
required

No description available

Responses
200

No description

Base URL:
https://bizkithub.com

Example Request

fetch('https://bizkithub.com/api/v1/calendar/detail?apiKey=YOUR_API_KEY', {
  method: 'GET',
  headers: {
    'Content-Type': 'application/json'
  }
})

Example Response

HTTP 200Success Response
{
  "name": "Jan reservation meeting calendar",
  "color": "#000000",
  "timezone": "Europe/Prague",
  "configuration": {
    "description": "Personal meetings for new clients.",
    "onlineChangeDeadline": "24h",
    "relatedCalendarIds": [
      "2WRp6X5rSqQa321EjHB2mxZz74u74H84"
    ],
    "reserveFrom": "0m",
    "reserveUntil": "14d",
    "timeSlotInterval": "15m"
  }
}

🔑 API Key Required

All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.

Back to API Documentation
Last updated: August 6, 2025