Skip to main content

After a Calendly booking via Typeform, I only receive the invitee ID, but I need the event UUID for API purposes. How can I get the event UUID?

@prajwol46456 - is the invitee id in a URI format (example: https://api.calendly.com/scheduled_events/123/invitees/123)?  If so, you can extract the event URI by removing /invitees/ID


No its is not

I am getting the https://calendly.com/ /   /invitees/123
I want the scheduled events so I can parse it 


Reply