BuildCalendar

Get Started with BuildCalendar.com

Installing the SDK#

BuildCalendar provides SDKs for popular languages. Install the SDK matching your stack to quickly access all features.

JavaScript/TypeScript example:

npm install @buildcalendar/sdk

See the full installation guide here

Authenticating and Making API Requests#

To use the API directly, generate an API key from your BuildCalendar dashboard.

Example (using curl):

curl -H "x-api-key: YOUR_API_KEY" https://buildcalendar.com/api/v1/calendars

View the API reference for available endpoints and request examples.