Send webhook from Google Workspace Agenda

Hello,

My clients can create bookings in my Google (workspace) agenda. Whenever a client books a meeting (or cancels it), I want to send a webhook (through Make) so I can update my own database with the bookers details (name, e-mail etcetera).

For some reason, I can’t get this to work. In my previous booking systems (Calendly & Cal(dot)com) this was not an issue.

Has anyone had the same experience and hopefully a solutions?

Regards,

Martin

What does “I can’t get this to work” mean? Are you getting errors? Or is Google Calendar not calling your webhook?

From what I gather, you would need to use AppsScript to have Google Calendar watch events and call the Make webhook when a new event is created.

Another option is to monitor the Calendar periodically (using the Google Calendar Watch event), get the new events and do the rest. This is simpler but not real time.

L