# Time Picker

{% hint style="info" %}
🍏 Only available on the **Apple Messages for Business** channel.&#x20;
{% endhint %}

The *Time Picker* node allows a customer to select a time slot from a list of available times, e.g., to make an appointment or schedule a delivery.&#x20;

The interactive message displays conflicts found on the customer’s local calendar so the customer can make an informed decision. In addition to the timeslot, you can also configure the location for the appointment or delivery that will be available to the customer in the *Event Details*.

<figure><img src="/files/GtVfgGyES6zwuuPVQqO0" alt="" width="563"><figcaption><p>Select a suitable timeslot and review calendar conflicts (left). View Event Details for the scheduled appointment (right).</p></figcaption></figure>

To select the available timeslots for customers to select from, you can either:

* Use this node in conjunction with an [API Integration node](/flow/action-nodes/action-nodes-api-integration.md) to retrieve the list of available timeslots from an API; or&#x20;
* Configure static timeslots by using the following formats:
  * "startTime" - This is a representation of a date and time in the ISO 8601 format.
  * "duration" - Represents a duration in seconds with a fractional part to nanosecond precision. This format is often used in computing and data storage to represent precise time intervals or durations.
  * "identifier" - This represents the date that will be served as a variable.

***Example of configuring a static timeslot***

For the timeslot Friday 29 December 2023 from 19:00-20:00 (SAST), use the following format:&#x20;

*\[ { "startTime" : "2023-12-29T17:00:00.000Z", "duration" : 3600.000000000, "identifier" : "Friday, 29 December, 2023"}]*

Configure multiple timeslots by comma delimiting the options.

{% hint style="warning" %}
If you are using static timeslots, ensure you update the dates so they remain in the future to prevent your workflows from breaking.
{% endhint %}

<figure><img src="/files/TaJh2upfyZRn3zaeJmqA" alt="" width="563"><figcaption><p>Setup of the Time Picker node</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.clickatell.com/flow/user-facing-nodes/input-nodes/time-picker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
