I'm encountering an issue trying to fetch all events from a Google Calendar, specifically including cancelled events. Despite using the search events functionality, I'm only able to retrieve events with a confirmed status. Could someone please assist me with this as soon as possible?
After deletion, it's not retrieving deleted events from Google Calendar.
Hi there!
An API call can be made to retrieve all events, including those that have been canceled.
You can pass the query string like this:
You can see both canceled and confirmed events.
If you need further assistance, please feel free to contact us.
MSquare Support
Visit us here
Youtube Channel
In my workspace, I have a list of calendars set up with callin.io
You can map the calendar ID after listing all calendars to this URL: v3/calendars/{{map your calendar id here}}/events
Thank you. It worked for me.