I am trying to search for a event in my Google Calendar, but it is throwing an error saying “Bad request - please check your parameters”. I removed the date/time out of the search and it finds multiple events, but I need to get a specific event. The date and time look to be formatted correctly, as far as I can tell. Its in the proper ISO8601 format. I have tried google and the forums, but I can’t figure it out. I am hoping someone can help me edit this so it will work.
@jlhsolutions , it works for me. Still, try to use Date or DateTime object instead of the string representation of the ISO date. For example, {{ DateTime.fromISO($json.eventStartDate) }}.