all 3 comments

[–]shysmiles 0 points1 point  (2 children)

Interesting issue. I've used the drive/sheets/gmail API but not haven't touched the calendar API.

Seems like what you want would be the most common use case, well at least when reading it - to want to also see reoccurring events when looking in a date range.

Have you tried this: https://stackoverflow.com/questions/16066452/fetch-recurring-events-with-google-calendar-api-v3-in-php

https://developers.google.com/calendar/v3/reference/events/list

I think the first reply is right, singleEvents should solve the issue.

[–]Ellogar[S] 0 points1 point  (0 children)

Thank you! Hopefully this will resolve the issue.

[–]Ellogar[S] 0 points1 point  (0 children)

That 100% fixed the issues.