Skip to main content
Description: Manage operations in Google Calendar. Authentication:
  • See integration-specific authentication requirements
Available Actions: Examples:
Action: unknown
Example 1: Google Calendar - Check Availability Check calendar availability for scheduling meetings
{
  "automationType": "google_calendar",
  "nodeId": "gcal-availability-001"
}
Example 2: Google Calendar - Create Event Create a calendar event
{
  "automationType": "google_calendar",
  "nodeId": "gcal-create-event-001"
}
Example 3: Google Calendar - Create Event (customFields + callData) Demonstrates resolving params from callData via customFields
{
  "automationType": "google_calendar",
  "nodeId": "gcal-create-event-002"
}
Third-Party Documentation: