The skills builder user can format the date fields which are captured in various human readable formats at context such as today, tomorrow, and so on, while pushing the data and also while retrieving the data in response.
For example, if you are scheduling a meeting through Luma and specify "schedule a meeting tomorrow at a specific time" followed by your email address, your calendar will be marked on the specific date and time even if you don't mention the date as 28/11/2018. But if you don't mention the time, by default, 11:30 IST will be captured.
Following attributes are available to handle the date format:
- attribute available in the context: <attribute_idenitifier>_iso_tz
- attribute available in the context: <attribute_idenitifier>_iso_no_tz
Example:
Given Attribute identifier = start_date
Fields to be available in the context:
start_date -> Epoch format (1560576600)
start_date_iso_tz -> ISO 8601 format with timezone (2019-06-15T11:00:00+05:30)
start_date_iso_no_tz -> ISO 8601 format with timezone (2019-06-15T11:00:00)