Get All Events doesn't really pull all the events
Status: Closed · Asked by aristosv on · 0 views
I am using this action to pull all calendar events

I get the .json file created, and I can see that the most recent event in that google calendar is on 16/03/2022

I search the .json file for "2022-04-15" but nothing is found.

But when I look at the calendar itself, I can see that there are appointments booked for today. Even though they don't exist in the .json file.

I'm I doing something wrong here? I need to pull all calendar events, including the ones booked for today.
Hey @aristosv
We are currently looking into the Google Sheets: Get all Event action event to sort the new calendar events first in their response.
Please allow us some time.
Hey @aristosv
As per the Google Calendar's API Google Calendar's Get All Event always retrieves the events from Old to new and it can only provide 250 events at a time.
So, your use case doesn't seem possible. I hope you would understand.
ok, I understand this is a google api limitation.
Is there a way I can get all the events just for today?
I want to send a daily report via email, that shows the appointments just for today.
Hey @aristosv
Is there a way I can get all the events just for today?I want to send a daily report via email, that shows the appointments just for today.
Sorry to say but there is no workaround available to get recent events from the respective Google Calendar events.