Schedule X Cloud
Schedule X Cloud is a hosted backend for Schedule X calendars. Use it to create users, calendars, and events, then load Schedule X-ready config in your frontend.
API base URL:
https://cloud.schedule-x.comTo get an organization API token, email tom@schedule-x.dev.
Basic Flow
Section titled “Basic Flow”Keep the organization API token on your backend. Your backend creates users and calendars, then issues short-lived frontend tokens for signed-in users. The browser uses a frontend token to load config and write events.
- Request an organization API token.
- Store it as a backend secret.
- Create or map a Cloud user for each app user.
- Create calendars.
- Issue a frontend token for the current user.
- Load Schedule X config in the browser.
- Quickstart is the shortest path to a working integration.
- Auth Flow explains organization API tokens and frontend tokens.
- Core Workflows shows users, calendars, config loading, and events.
- TypeScript SDK covers the backend client, browser client, and calendar preset.
- API Reference lists endpoint shapes and error responses.