Trouble Retrieving All Events from Google Calendar

I am having trouble retrieving all events from a Google calendar, including cancelled events. Even after using search events, I can only retrieve confirmed status events. Please help as soon as possible

You should remove the start date and select “Single Events”

1 Like

“After removing, it is not retrieving deleted events from Google Calendar.”

Hi @riya_kumari

An API call can be made to list all the events including the cancelled ones.


You can pass the query string as follows:

Output: You can see both cancelled and confirmed events.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

1 Like

In my workspace, I have a list of calendars set up with make.com
image

@riya_kumari

You can map calendar id after listing all calendars to this URL:
v3/calendars/{{map your calendar id here }}/events

1 Like

Thank you,@ Msquare_Automation. It worked for me.

2 Likes