Skip to main content

hi  calendly team i  am going to implement integration of caldenly into next js so my backend on nest js , so i need to map schedule id with user id which was store into my database  because right now calendly just provide name and email data from meeting schedule request , so i cannot rely email id so i  can send my user id into schedule  request and received into backend side to map data

You'll need to implement a mapping system in your backend (Nest.js) to associate the Calendly schedule ID with the user ID stored in your database. This will ensure accurate data mapping between schedule requests and user profiles. Make sure to send and receive the user ID along with the schedule request to establish this connection effectively.


Reply