Need your help upvoting a feature request

Cal.com recently deprecated their API v1, which completely broke the native n8n Cal.com node and trigger (giving the error: “API v1 has been decommissioned. Please migrate to API v2”).

I’ve opened a feature request to get the node updated to API v2 so we can stop relying on manual HTTP/Webhook workarounds.

If your booking workflows are currently broken, please drop a :+1: / Upvote on the request here so the n8n team prioritizes the fix!

The Cal.com v1 deprecation is definitely breaking a lot of booking workflows right now. While waiting for the native node update, the HTTP Request node with https://api.cal.com/v2/ as the base URL works well as a drop-in replacement - just need to set the cal-api-version header to 2024-08-13 and use a Bearer token for auth.

1 Like