Skip to content

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.com

To get an organization API token, email tom@schedule-x.dev.

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.

  1. Request an organization API token.
  2. Store it as a backend secret.
  3. Create or map a Cloud user for each app user.
  4. Create calendars.
  5. Issue a frontend token for the current user.
  6. 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.