Calendar for AI agents

Give your agent real availability and a clear path from finding a time to a verified booking.

Create an API key → · API reference · Read as Markdown

Connect in three steps

  1. Set up your calendar and create an event.
  2. Create a named API key and store it in your agent’s environment.
  3. Give your agent the API guide and OpenAPI specification.

Or connect over MCP

Point any MCP client at https://calendar.nolizi.com/mcp and send your key as an Authorization: Bearer header, so it never enters the conversation. In Claude Code:

claude mcp add --transport http nolizi-calendar https://calendar.nolizi.com/mcp --header "Authorization: Bearer YOUR_KEY"

The server refuses a booking time it cannot find in live availability, never retries a write, and treats a receipt as unverified until the bookings list confirms it.

A prompt to get started

Read https://calendar.nolizi.com/docs/api.md. Use my configured Calendar API token to list my events and available times. After I choose a time and provide attendee details, book it and verify the booking ID. Report the time in my timezone.

What agents can do today

List event types, find live availability, create bookings, list upcoming bookings, and cancel bookings through the REST API.

Choose the right event

Start with a solo event, one location, and no required custom questions or email verification. For advanced configurations, use the public booking page. Keys grant broad owner access; revoke them in API keys settings when no longer needed.

Complete agent workflow and retry guidance → · Download all documentation