cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#GOOGLE_CALENDAR_GET_AVAILABILITY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "GOOGLE_CALENDAR_GET_AVAILABILITY", "parameters": { "timeMin": "2023-12-25", "timeMax": "2023-12-25", "timeZone": "<string>", "items": [ { "id": "<string>" } ] } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
The start of the interval. In ISO format
The end of the interval. In ISO format
Time zone used in the response. Optional. The default is UTC.
List of calendars and/or groups to query. Defaults to the user default calendar.
The calendar or group ID.
Success
Was this page helpful?