A customer sends a WhatsApp message to book an appointment.
I use OpenAI GPT to extract the required details: the service, the barber, the date (in DD/MM/YYYY format), and the time (in HH:mm:ss format).
These details are then sent to Google Calendar to create an event.
While everything else works perfectly, I have noticed that the event in Google Calendar is always posted one hour earlier than the time extracted from the customer’s message.
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
Method 1: Type code block manually
Add three backticks ``` before and after the content/bundle, like this:
``` content goes here
```
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
Hope this helps! Let me know if there are any further questions or issues.