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.

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.