NBA ducky
11/13/2024, 3:26 PMVapi
11/13/2024, 3:28 PMVapi
11/13/2024, 3:28 PMNBA ducky
11/13/2024, 3:34 PMVapi
11/13/2024, 3:34 PMNBA ducky
11/13/2024, 3:43 PMVapi
11/13/2024, 3:43 PM1.message.functionCall.parameters.startTime
should correctly point to the data output from a previous module that contains the start time for the event.
Here's what you need to check and potentially fix:
1. **Correct Reference**: Ensure that 1.message.functionCall.parameters.startTime
is the correct reference to the output from the previous module where the start time is being defined. The number 1
should correspond to the correct module in your scenario, and the path should correctly lead to the start time value.
2. **Data Format**: The start time needs to be in a format that Google Calendar can understand, typically in ISO 8601 format (e.g., 2023-04-01T10:00:00Z
). Make sure that the data being passed to the start parameter is in the correct format.
3. **Data Presence**: Confirm that the previous module is indeed outputting a start time value. If the previous module is not providing a value, the Google Calendar module will not have the necessary data to create the event.
4. **Email Parameter**: Similarly, ensure that the email parameter is also being correctly referenced and passed to the Google Calendar module. This should be the email of the calendar where the event is being created or the attendee's email.
If you're unsure about the data path or format, you can use Make's built-in tools to inspect the output of the previous module and verify that the start time is present and correctly formatted. Once you've made the necessary adjustments, test the scenario again to see if the issue is resolved.
If you continue to have trouble, please provide more details about the scenario setup, or consider reaching out to Make's support for further assistance.NBA ducky
11/13/2024, 3:53 PMNBA ducky
11/14/2024, 7:30 AMVapi
11/14/2024, 7:30 AMShubham Bajaj
11/15/2024, 10:56 AM