N8n instance appears to only offer a "Calendly Trigger" node (which reacts to events happening in Calendly). It does not seem to have a readily available "Calendly Action" node that can create events from n8n

  • Goal: Implement the scheduleViewing tool in your n8n workflow, which requires creating a calendar event. Calendly was the initial choice.
  • Problem with n8n Calendly Node: n8n instance appears to only offer a “Calendly Trigger” node (which reacts to events happening in Calendly). It does not seem to have a readily available “Calendly Action” node that can create events from n8n.
  • Current Attempted Solution (to still use Calendly): Use n8n’s generic “HTTP Request” node to call the Calendly API directly to create the event.
  • Requirements for this Solution:
  • Identify the correct Calendly API endpoint for POSTing (creating) a new scheduled event.
  • Use a Personal Access Token (PAT) from Calendly for authentication (their API supports this).
  • Know the JSON structure for the API request body.
  • Immediate Blocker: The specific Calendly API endpoint for creating a new scheduled event was not available in the API documentation. I need to locate this endpoint in the Calendly API documentation to proceed with configuring the HTTP Request node.
1 Like

That’s right, and I didn’t find any community nodes unfortunately, but maybe soon they will implement further, HTTP request node might be the only way atm.

1 Like