First, when you follow the tutorial here and deploy the recommended prebuilt agent, and you view the Inline Editor under fulfillment, the editor displays a warning/error on line 82:
expected an assignment or function call and instead saw an expression.
code snippet throwing up the error:
err ? reject(err) : resolve(event);
Having set up the Google Calender API and updated the parameter in index.js file, the prebuilt agent returns this error below when "Make Appointment intent" is run. the appointmentDateString
constant can not read and parse the time parameter correctly.
Sorry, we're booked on Invalid Date at Invalid Date. Is there anything else I can do for you?