# Cal.com · `reschedule_booking`

Reschedule a Cal.com booking by UID to a new start time.

- **Service**: `cal`
- **Action**: `reschedule_booking`
- **Action id**: `cal.reschedule_booking`
- **Required scopes**: cal.bookings.write

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "cal" --action "reschedule_booking"
```

## Run

```bash
oo connector run "cal" --action "reschedule_booking" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
