FETCH402
← Protocol index

Resource / 12959

unknown

Unnamed resource.

Give it a search window, a meeting length, and for each participant a list of busy blocks — start and end, nothing else — and it returns the windows in which the meeting fits. Each participant carries their own IANA timezone and working hours, so nine-to-five means nine-to-five where they are, across daylight saving changes, and a meeting is only offered when it lies entirely inside one working-hours block for everyone counted as present.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 2000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x2880EdfFF13100677Bf97A3CBdF3Bc34771C4E5E

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "duration_minutes": 60,
    "output_timezone": "Europe/Berlin",
    "participants": [
      {
        "busy": [
          {
            "end": "2026-08-17T10:00:00Z",
            "start": "2026-08-17T08:00:00Z"
          }
        ],
        "id": "a",
        "timezone": "Europe/Berlin"
      },
      {
        "busy": [],
        "id": "b",
        "timezone": "America/New_York"
      }
    ],
    "window": {
      "end": "2026-08-19T00:00:00Z",
      "start": "2026-08-17T00:00:00Z"
    },
    "working_hours": {
      "end": "17:00",
      "start": "09:00"
    }
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{}