# Timezone Toolkit - Find Meeting Slots

> Timezone Toolkit - Find Meeting Slots is a paid API for AI agents from timezone-toolkit.agishub.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Finds overlapping working-hour meeting slots across multiple timezones for a given date range, excluding weekends and holidays.

## Facts

- Endpoint: HEAD https://timezone-toolkit.agishub.com/paid/find-meeting-slots
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/timezone-toolkit-find-meeting-slots-513c6c94
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_h5-fVbvPPE-XmWO7j1dBQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability timezone-toolkit-find-meeting-slots-513c6c94 -d '<json body>'
```

Example prompt: Find a 45-minute meeting slot next week (March 10–14) that works for three participants: one in New York (America/New_York), one in London (Europe/London), and one in Tokyo (Asia/Tokyo), all using standard 9am–5pm working hours.

## When to prefer this

Use this endpoint when you need to programmatically find meeting times for distributed teams across multiple timezones, especially when holidays and non-working hours must be excluded. Prefer this over manual timezone conversion when you have 3+ participants in different regions and want a clean list of viable slots within a specific date range.

## Known failure modes

- No overlapping slots found across the given timezones and date range — empty result or error indicating no common availability
- Invalid timezone identifiers cause a 400 bad request
- Date range in wrong format (not YYYY-MM-DD) returns a validation error
- Duration of zero or negative minutes returns a validation error
- Very large participant arrays or long date ranges may cause slow responses or timeout

## How this service works

Timezone converter, world clock, date math & meeting scheduler for AI agents. Pay-per-call x402 endpoints (USDC on Base).

## Output

Returns a list of overlapping time windows where all participants are within their working hours, excluding weekends and public holidays, suitable for scheduling a meeting of the requested duration.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "slots": [
   {
    "start_utc": "2026-07-13T13:00:00.000Z"
   }
  ],
  "duration_minutes": 60
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/timezone-toolkit-find-meeting-slots-513c6c94/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from timezone-toolkit.agishub.com](https://www.zero.xyz/host/timezone-toolkit.agishub.com/llms.txt)
