Google Calendar only showing first 250 events

I am trying to set up a google calendar integration through Pathfix and the Google Calendar (OAuth) plugin.

Struggling on lots of levels. But anyways, one of the things that seems to be happening is when it does the data call to get the list of events, it only shows the first 250 events. I can’t figure out how to change this, but in my use case the first 250 events on a User’s calendar are most likely not relevant. What I would care about is the most recent and upcoming events only.

Anyone know what may be happening and/or how to fix?

You need to put date constraints on an API call like that

That is what I figured, but I couldn’t find where or how to do that…

Hey! @openocean.tampa
did you find how to put the dates there? I’m facing the same issue.

also, it seems that data calls are not returning the recurring events also (just the 1st occurrence).

@Pathfix

Yeah, it is a Pathfix issue/limitation. I asked about it and it wasn’t something they had in the near roadmap.

I ended up building out the integration the hard way directly through Google Calendar API.