• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Google calendar not returning correct availability

JacobAllen

Member
Using a webhook to Google calendar, checking for availability. Webhook working but Google calendar not returning correct data. See attached
 

Attachments

  • IMG_0212.png
    IMG_0212.png
    414.6 KB · Views: 55
  • IMG_0213.png
    IMG_0213.png
    467.2 KB · Views: 64
  • IMG_0214.png
    IMG_0214.png
    291.6 KB · Views: 57
  • IMG_0215.png
    IMG_0215.png
    423.7 KB · Views: 58
  • IMG_0216.png
    IMG_0216.png
    307.1 KB · Views: 54

ArshilAhmad

Moderator
Staff member
Hi @JacobAllen,

That's the default response when you are free between the specified timeframe. It should appear like this when you have an event within the specified timeframe:
1732050420176.png
 

JacobAllen

Member
How can I get all events within a start-end time period? Preferably json format.
I am essentially having my web application ping the webhook to trigger google calendar to respond with all events within given time period. Is this possible?
 

Preeti Paryani

Well-known member
Staff member
Hello @JacobAllen

You can try using the Search Advanced action, you can leave the search term field empty if not required. Please try it and let us know if it works for you.

We are quite unclear regarding this use case, please elaborate a bit more so we can better assist you.
I am essentially having my web application ping the webhook to trigger google calendar to respond with all events within given time period. Is this possible?
 

JacobAllen

Member
I am using elevenlabs.io to send a ping to the webhook. POST data includes the requested day. Response POST should be json with all events on the day
 

Preeti Paryani

Well-known member
Staff member
Hello @JacobAllen

In this case, it seems that the Search Event (Advanced) action will fulfill your use case. You can receive the event details in JSON format by turning off the Simple Response toggle button.

1732086624311.png
 
Top