Task:
Add Webex / Google Meet / Zoom conference details to a scheduler created event.
Nylas Conferencing / integrations feature does not currently work with Scheduler, only with POST /event.
Requirements:
- Application Developer
Instructions:
For a unique meeting URL, workflow would be as follows:
- Scheduler creates event
- Listen out for webhook
event.created
- identify the correct object by theTitle
- defined in scheduler - Edit the event to add conference details via PUT /events
For a static meeting URL, that will be the same for all events created by Scheduler.
- Add the URL to the location in Scheduler Editor
Outcome:
You will now be able to view the meeting URL in the location field.
Resources:
https://developer.nylas.com/docs/connectivity/calendar/autocreate-meetings
https://developer.nylas.com/docs/api#put/events/id
https://developer.nylas.com/docs/user-experience/scheduler/#schedule-editor
Updated
Comments
0 comments
Please sign in to leave a comment.