get the events of a specific day

Status: Closed · Asked by aristosv on · 0 views

aristosv — Question ·

I asked this question before, but never found a solution. I just need to know if it's possible.

I want to use the Google Calendar to get the events of a specific day. For example, I want to find the events for 16/04/2022.

As already mentioned I cannot pull all the events of a Google Calendar (Get All Event) and then filter the date 16-04-2022 because 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 if there are more than 250 events in the calendar, I won't get the events of the latest date.

Is there another method I can use to get the events of a specific day?

Pabblymember11 — Reply ·

Hey @aristosv

I asked this question before, but never found a solution. I just need to know if it's possible.

I want to use the Google Calendar to get the events of a specific day. For example, I want to find the events for 16/04/2022.

As already mentioned I cannot pull all the events of a Google Calendar (Get All Event) and then filter the date 16-04-2022 because 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 if there are more than 250 events in the calendar, I won't get the events of the latest date.

Is there another method I can use to get the events of a specific day?

Sorry to say but there is no workaround available to get recent events from the respective Google Calendar events.

Back to all forum threads · Log in to reply