> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Off-Hours Quote Expired

> The off-hours quote expired before appointment creation

## Cause

The quote passed its published `expiresAt` time before appointment creation. The appointment was not created even if the time is still available.

## Fix

List openings again and ask the customer to confirm the current off-hours offer before retrying with its new `quoteId`.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

These operations can return this problem:

* [Create an appointment](/api-reference/appointments/create-an-appointment)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/offHoursQuoteExpired",
  "title": "Off-Hours Quote Expired",
  "status": 409,
  "detail": "The quote passed its published `expiresAt` time before appointment creation. The appointment was not created even if..."
}
```
