I am pretty much new to google integration and I am trying to integrate google calendar. I am able to get the calendar list and its events via API.
Now, I want my webhook to be called whenever there is any change in a google calendar. I want to use google push notification for that so I can create a channel and register my webhook there. Now the question is, how to test that if my webhook working properly. Because Google is not allowing to add localhost as a varified domain. I tried to use Ngrok but google is also not allowing me to register that domain.
Is there any way to test google webhook locally? If there is any other way to implement a google webhook, please share that too.
