Nittei Scheduler API

Nittei is MeetsMore's self-hosted calendar and scheduler server, written in Rust (Axum + SQLx + PostgreSQL) and published under the MIT licence. It exposes a multi-tenant REST API under /api/v1 covering Accounts, Users, Calendars, Calendar Events (with RRULE recurrence), Schedules, Services (bookable resources and booking slots), Reminders and Status, plus Google Calendar and Outlook Calendar sync. The server generates its own OpenAPI document at runtime with utoipa and serves it at /api-docs/openapi.json behind a Swagger UI at /swagger-ui. Because Nittei is distributed as source, a container image and a Helm chart rather than as a hosted service, the host in baseURL is a deployment variable — MeetsMore publishes no public instance, so the generated OpenAPI document cannot be fetched anonymously.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/nittei-scheduler-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Nittei Scheduler API
description: Nittei is MeetsMore's self-hosted calendar and scheduler server, written in Rust (Axum +
  SQLx + PostgreSQL) and published under the MIT licence. It exposes a multi-tenant REST API under /api/v1
  covering Accounts, Users, Calendars, Calendar Events (with RRULE recurrence), Schedules, Services (bookable
  resources and booking slots), Reminders and Status, plus Google Calendar and Outlook Calendar sync.
  The server generates its own OpenAPI document at runtime with utoipa and serves it at /api-docs/openapi.json
  behind a Swagger UI at /swagger-ui. Because Nittei is distributed as source, a container image and a
  Helm chart rather than as a hosted service, the host in baseURL is a deployment variable — MeetsMore
  publishes no public instance, so the generated OpenAPI document cannot be fetched anonymously.
humanURL: https://github.com/meetsmore/nittei
baseURL: https://{nittei-host}/api/v1
tags:
- Scheduling
- Calendar
- Booking
- Open-Source
- Self-Hosted
tags_raw:
- Scheduling
- Calendar
- Booking
- Open Source
- Self-Hosted
properties:
- type: Documentation
  url: https://github.com/meetsmore/nittei#readme
- type: GettingStarted
  url: https://github.com/meetsmore/nittei#getting-started
- type: SourceCode
  url: https://github.com/meetsmore/nittei
- type: Webhooks
  url: asyncapi/meetsmore-nittei-webhooks.yml
- type: Authentication
  url: authentication/meetsmore-authentication.yml
- type: ErrorCatalog
  url: errors/meetsmore-problem-types.yml
- type: DataModel
  url: data-model/meetsmore-data-model.yml
- type: Conventions
  url: conventions/meetsmore-conventions.yml