I am brand new to API call scripts. I am a google Workspace user. I need to use the google calendar connection to get a list of calendar events with criteria (notably start or end date-times). Then I need to put them in zoho crm's Meetings module.
This must be done manually - as opposed to using the Zoho sync - because Zoho does not support recurring events in Google calendar, and 95% of my organization's events are recurring.
However, I do not know how to format the request for an external API. I have only used the zoho integration tasks with invokeUrl before.
Can someone please provide me with a GET request format in deluge and what url to call? I have already authorized the connection in CRM, do I need to call the relevant scope URL or a different URL from googleapis? Are my authorization keys automatically input because I used Zoho Connections, or do I need to do something else there? Do I need to format the parameters according to Zoho rules or find the correct format in Google API?
The connection summary page was not helpful for someone like me who is brand new to APIs.