I want to subscribe to calendar events and I am using the following API call
and I am getting the following error
My code in calendar_notification (notificationUrl) has the functionality to send back 200 OK with validationToken.
But while checking my server logs I realised that this API is not even hitting the notificationUrl.
I have confirmed that notificationUrl is live and responds back if I hit the URL directly on the browser.
Also, My app has the following permissions
I can call all the other types of APIs like me/calendar, create events or even GET subscriptions but can not use POST subscriptions API
Can someone tell me what am I missing and why am I getting this error?