How do I let multiple users use single google calendar workflow

So I want to build a workflow which will let multiple users connect their google calendar, and the flow will get all the meetings from their google calendar and if the current time matches the start time of one of the meetings from their schedule, the flow will call a webhook.

Is it possible through Make.com? If yes then please guide me on how to do this.
Thank you

Welcome to the Make community!

So you want to build a appointment booking software like Cal.com, Calendly, TidyCal, Google Calendar, etc.?

I strongly recommend just using one of those services instead because allowing users to grant you access to their calendars is very technical.

Or you could just get the Free/Busy info from your own calendar to show them a list of time slots they can book.

For more information, see Check calendar for blocked dates on the landing page

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Actually what we want is,
user 1 connects his google calendar,
user 2 connects his google calendar.

user 1 has a meeting at 2:00 PM, so a webhook will get called with his email and the meeting link at 2:00 PM.

user 2 has a meeting at 3:00 PM, a webhook will get called with his email and the meeting link at 3:00 PM.

So we want user to login with google through our frontend, and somehow we want to have access to that user’s calendar using make.com and do the above said actions which will run automatically.