Need Help with Google Calendar Events Creation Using Make?
I’ve been trying to achieve the Creation of Google Calendar events from a Dust assistant, replacing Zapier by Make. Any experienced Make expert around here? 🙂
- 1.
When I send these instructions to the Make webhook as in the tutorial:
name: env.state.INPUT.name, start: env.state.INPUT.start, end: env.state.INPUT.end, guests: env.state.INPUT.guests, description: env.state.INPUT.description
- 1.
I parameter the Event Creation module in Make this way:
Event name: {{name}}
Start Date: {{start}}+02:00
End Date: {{end}}+2:00
Description: {{description}}
Attendees / Email: {{guests}}
And I get this error:
Missing value of required parameter ‘summary’.
Invalid date in parameter ‘start’.
Invalid date in parameter ‘end’.
Missing value of required parameter ‘email’.