https://api.us.nylas.com/v3/grants/{grant_id}/scheduling/configurationsCreate Configuration
Creates a Configuration object that you use to define settings and preferences for a scheduling session.
Duplicate email notifications
If the organizer in a scheduling session is a Microsoft account user, both the organizer and all attendees might receive duplicate email notifications, including booking confirmations, rescheduling and cancellation notifications, and reminders. This is because of the way Microsoft handles email notifications. If you set notifications in Scheduler, Microsoft also sends its own notifications to the event organizer and attendees. Microsoft doesn't provide a way to disable these notifications.
Metadata as additional fields
You can add metadata fields (type: metadata) to your Configuration to store custom information
about a booking. For example, you can add campaign tags or keywords to track specific bookings.
Booking webhook notifications (booking.created, booking.rescheduled, booking.cancelled,
booking.pending, and booking.reminder) include your metadata fields in
booking_info.additional_fields. Calendar event webhooks (for example, event.updated) do not
include them, and email notifications and booking forms don't display them.
To identify Scheduler-related changes in event webhooks instead, use the metadata that Scheduler
stamps on the calendar events it creates. For more information, see the
event.updated notification schema.